menu
blueprint_flutter_core package
documentation
blueprint_auth.dart
AuthUser
AuthUser.fromJson factory constructor
AuthUser.fromJson factory constructor
dark_mode
light_mode
AuthUser.fromJson
constructor
AuthUser.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory AuthUser.fromJson(Map<String, dynamic> json) => _$AuthUserFromJson(json);
blueprint_flutter_core package
documentation
blueprint_auth
AuthUser
AuthUser.fromJson factory constructor
AuthUser class