toJson method

Map<String, dynamic> toJson()

Implementation

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