toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (key != null) 'key': key!,
if (reservationAffinityType != null)
'reservationAffinityType': reservationAffinityType!,
if (values != null) 'values': values!,
};