UserBean constructor

UserBean(
  1. String first_name,
  2. String last_name,
  3. String email,
  4. String phone,
  5. String country_id,
  6. String language,
  7. String deviceId
)

Implementation

UserBean(this.first_name, this.last_name, this.email, this.phone,
    this.country_id, this.language, this.deviceId);