toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (imagefsAvailable != null) 'imagefsAvailable': imagefsAvailable!,
  if (imagefsInodesFree != null) 'imagefsInodesFree': imagefsInodesFree!,
  if (memoryAvailable != null) 'memoryAvailable': memoryAvailable!,
  if (nodefsAvailable != null) 'nodefsAvailable': nodefsAvailable!,
  if (nodefsInodesFree != null) 'nodefsInodesFree': nodefsInodesFree!,
  if (pidAvailable != null) 'pidAvailable': pidAvailable!,
};