Authorization constructor
Implementation
Authorization({
this.access_token,
this.name,
this.client_token,
this.selected_profile,
this.user_properties,
this.uuid,
this.answer,
this.email,
this.userId
});
Authorization({
this.access_token,
this.name,
this.client_token,
this.selected_profile,
this.user_properties,
this.uuid,
this.answer,
this.email,
this.userId
});