menu
chat_app_abc_demo package
documentation
Model/profile_response.dart
ProfileResponse
ProfileResponse.fromJson factory constructor
ProfileResponse.fromJson factory constructor
dark_mode
light_mode
ProfileResponse.fromJson
constructor
ProfileResponse.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ProfileResponse.fromJson(Map<String, dynamic> json) => _$ProfileResponseFromJson(json);
chat_app_abc_demo package
documentation
Model/profile_response
ProfileResponse
ProfileResponse.fromJson factory constructor
ProfileResponse class