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