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