AccessRequest constructor

AccessRequest({
  1. String? email,
  2. String? password,
  3. String? deviceType,
  4. String? platform,
  5. String? deviceToken,
  6. String? username,
  7. String? fullName,
  8. String? socialPlatform,
  9. String? clientId,
  10. String? token,
})

Implementation

AccessRequest({
  this.email,
  this.password,
  this.deviceType,
  this.platform,
  this.deviceToken,
  this.username,
  this.fullName,
  this.socialPlatform,
  this.clientId,
  this.token,
});