ReservationSubBlock_Status.fromJson constructor

ReservationSubBlock_Status.fromJson(
  1. Object? json
)

Implementation

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