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