menu
purpi_kit package
documentation
feature/profile/data/models/client_response.dart
ClientResponse
ClientResponse.fromJson factory constructor
ClientResponse.fromJson factory constructor
dark_mode
light_mode
ClientResponse.fromJson
constructor
ClientResponse.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ClientResponse.fromJson(Map<String, dynamic> json) => _$ClientResponseFromJson(json);
purpi_kit package
documentation
feature/profile/data/models/client_response
ClientResponse
ClientResponse.fromJson factory constructor
ClientResponse class