menu
agora_chat_sdk
agora_chat_sdk.dart
ChatError
ChatError.fromJson factory constructor
ChatError.fromJson
dark_mode
light_mode
ChatError.fromJson
constructor
ChatError.fromJson
(
Map
map
)
Implementation
factory ChatError.fromJson(Map map) { return ChatError(map['code'], map['description']); }
agora_chat_sdk
agora_chat_sdk
ChatError
ChatError.fromJson factory constructor
ChatError class