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