ReservationConfig.fromJson constructor
ReservationConfig.fromJson(
- Map json_
Implementation
ReservationConfig.fromJson(core.Map json_)
: this(
throughputReservation: json_['throughputReservation'] as core.String?,
);