ChatInfo.fromJson constructor

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

Constructs a ChatInfo from the provided json.

Implementation

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