toArgMap method

Map<String, Object?> toArgMap()

Implementation

Map<String, Object?> toArgMap() => {
  'type': type.terraformValue,
  if (specificReservation != null)
    'specific_reservation': [specificReservation!.toArgMap()],
};