toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (storageFreeBytes != null) 'storageFreeBytes': storageFreeBytes!,
      if (storageTotalBytes != null) 'storageTotalBytes': storageTotalBytes!,
      if (volumeId != null) 'volumeId': volumeId!,
    };