ChatState.fromJson constructor

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

Implementation

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