toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (healthInfo != null) 'healthInfo': healthInfo!,
  if (reservationBlockCount != null)
    'reservationBlockCount': reservationBlockCount!,
  if (reservationMaintenance != null)
    'reservationMaintenance': reservationMaintenance!,
  if (specificSkuAllocation != null)
    'specificSkuAllocation': specificSkuAllocation!,
};