Authorization constructor

Authorization({String access_token, String name, String client_token, Map<String, dynamic> selected_profile, String user_properties, String uuid, Map<String, dynamic> answer, String email, String userId })

Implementation

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