toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (createTime != null) 'createTime': createTime!,
      if (description != null) 'description': description!,
      if (id != null) 'id': id!,
      if (name != null) 'name': name!,
      if (storageVolume != null) 'storageVolume': storageVolume!,
      if (type != null) 'type': type!,
    };