menu
littlefish_core package
documentation
auth/models/auth_result.dart
AuthResult
AuthResult.fromJson factory constructor
AuthResult.fromJson factory constructor
dark_mode
light_mode
AuthResult.fromJson
constructor
AuthResult.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory AuthResult.fromJson(Map<String, dynamic> json) => _$AuthResultFromJson(json);
littlefish_core package
documentation
auth/models/auth_result
AuthResult
AuthResult.fromJson factory constructor
AuthResult class