menu
fluxer_dart package
documentation
models/auth_register_response.dart
AuthRegisterResponse
AuthRegisterResponse.fromJson factory constructor
AuthRegisterResponse.fromJson factory constructor
dark_mode
light_mode
AuthRegisterResponse.fromJson
constructor
AuthRegisterResponse.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory AuthRegisterResponse.fromJson(Map<String, dynamic> json) => AuthRegisterResponse(json);
fluxer_dart package
documentation
models/auth_register_response
AuthRegisterResponse
AuthRegisterResponse.fromJson factory constructor
AuthRegisterResponse class