toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (name != null) 'name': name!,
  if (sizeGb != null) 'sizeGb': sizeGb!,
  if (volumeType != null) 'volumeType': volumeType!,
};