ReservationSubBlock_Status.fromJson constructor
ReservationSubBlock_Status.fromJson(
- Object? json
Implementation
factory ReservationSubBlock_Status.fromJson(Object? json) =>
ReservationSubBlock_Status(json as String);