memoryTotalUsageRatio property

  1. @JsonKey(name: 'memoryTotalUsageRatio')
double? memoryTotalUsageRatio
final

The memory occupied by the system (%). This value is for reference only. Due to system limitations, you may not get this value.

Implementation

@JsonKey(name: 'memoryTotalUsageRatio')
final double? memoryTotalUsageRatio;