toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (bootLun != null) 'bootLun': bootLun!,
  if (expireTime != null) 'expireTime': expireTime!,
  if (id != null) 'id': id!,
  if (instances != null) 'instances': instances!,
  if (multiprotocolType != null) 'multiprotocolType': multiprotocolType!,
  if (name != null) 'name': name!,
  if (shareable != null) 'shareable': shareable!,
  if (sizeGb != null) 'sizeGb': sizeGb!,
  if (state != null) 'state': state!,
  if (storageType != null) 'storageType': storageType!,
  if (storageVolume != null) 'storageVolume': storageVolume!,
  if (wwid != null) 'wwid': wwid!,
};