CommunityChatAdded.fromJson constructor

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

Creates a new CommunityChatAdded object from a JSON Map.

Implementation

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