menu
im_flutter_sdk
im_flutter_sdk.dart
ChatContact
ChatContact.fromJson factory constructor
ChatContact.fromJson
dark_mode
light_mode
ChatContact.fromJson
constructor
ChatContact.fromJson
(
Map
map
)
Implementation
factory ChatContact.fromJson(Map map) { return ChatContact(map); }
im_flutter_sdk
im_flutter_sdk
ChatContact
ChatContact.fromJson factory constructor
ChatContact class