systemCpu property

  1. @JsonKey(name: 'systemCpu')
int systemCpu
getter/setter pair
  • Field description: CPU utilization (%) of the current system, Android 8.0 and above systems are not supported

Implementation

@JsonKey(name: 'systemCpu')
int systemCpu;