Reservation.fromJson constructor

Reservation.fromJson(
  1. Map<String, Object?> json
)

Creates a Reservation from json.

Implementation

factory Reservation.fromJson(Map<String, Object?> json) => _$ReservationFromJson(json);