menu
better_auth_client package
documentation
models/response/session_response.dart
SessionResponse<T extends User>
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return {'session': session.toJson(), 'user': user.toJson()}; }
better_auth_client package
documentation
models/response/session_response
SessionResponse<T extends User>
toJson method
SessionResponse class