ReservationSlot_State.fromJson constructor

ReservationSlot_State.fromJson(
  1. Object? json
)

Implementation

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