menu
gameolive package
documentation
models/auth.dart
Auth
Auth.fromJson factory constructor
Auth.fromJson factory constructor
dark_mode
light_mode
Auth.fromJson
constructor
Auth.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Auth.fromJson(Map<String, dynamic> json) { return Auth(token: json['token']); }
gameolive package
documentation
models/auth
Auth
Auth.fromJson factory constructor
Auth class