menu
firebase_auth_rest package
documentation
rest.dart
RefreshResponse
RefreshResponse.fromJson factory constructor
RefreshResponse.fromJson factory constructor
dark_mode
light_mode
RefreshResponse.fromJson
constructor
RefreshResponse.fromJson
(
Map
<
String
,
dynamic
>
json
)
JSON constructor
Implementation
factory fromJson(Map<String, dynamic> json) => _$RefreshResponseFromJson(json);
firebase_auth_rest package
documentation
rest
RefreshResponse
RefreshResponse.fromJson factory constructor
RefreshResponse class