toJson method

Map<String, dynamic> toJson()

Implementation

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