toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (reportTime != null) 'reportTime': reportTime!.toUtc().toIso8601String(),
  if (systemRamFreeInfo != null) 'systemRamFreeInfo': systemRamFreeInfo!,
};