ChatRoomItem.fromJson constructor

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

Implementation

factory ChatRoomItem.fromJson(Map<String, dynamic> json) =>
    _$ChatRoomItemFromJson(json);