QChatClient.fromJson constructor

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

Implementation

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