menu
e_auth_client package
documentation
data/Auth/register_response/register_response.dart
RegisterResponse
RegisterResponse.new const constructor
RegisterResponse.new const constructor
dark_mode
light_mode
RegisterResponse
constructor
const
RegisterResponse
(
{
String
?
email
,
String
?
phone
,
List
<
String
>
?
roles
,
String
?
id
,
})
Implementation
const RegisterResponse({this.email, this.phone, this.roles, this.id});
e_auth_client package
documentation
data/Auth/register_response/register_response
RegisterResponse
RegisterResponse.new const constructor
RegisterResponse class