Room.fromJson constructor

Room.fromJson(
  1. Json json
)

Implementation

factory Room.fromJson(Json json) => _$RoomFromJson(json);