menu
appstitch_auth package
documentation
types/response.dart
Response
Response.fromJson factory constructor
Response.fromJson factory constructor
dark_mode
light_mode
Response.fromJson
constructor
Response.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Response.fromJson(Map<String, dynamic> json) => _$ResponseFromJson(json);
appstitch_auth package
documentation
types/response
Response
Response.fromJson factory constructor
Response class