menu
purpi_kit package
documentation
feature/authentication/data/models/client_info.dart
ClientInfo
ClientInfo.fromJson factory constructor
ClientInfo.fromJson factory constructor
dark_mode
light_mode
ClientInfo.fromJson
constructor
ClientInfo.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ClientInfo.fromJson(Map<String, dynamic> json) => _$ClientInfoFromJson(json);
purpi_kit package
documentation
feature/authentication/data/models/client_info
ClientInfo
ClientInfo.fromJson factory constructor
ClientInfo class