toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (containers != null) 'containers': containers!,
      if (cpuTime != null) 'cpuTime': cpuTime!,
      if (memoryInfo != null) 'memoryInfo': memoryInfo!,
    };