RoomList.fromJson constructor

RoomList.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory RoomList.fromJson(Map<String, dynamic> json) =>
    $RoomListFromJson(json);