GetMessage$Query$ChatItem.fromJson constructor

GetMessage$Query$ChatItem.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GetMessage$Query$ChatItem.fromJson(Map<String, dynamic> json) =>
    _$GetMessage$Query$ChatItemFromJson(json);