GetUserDetailResponseModel constructor

GetUserDetailResponseModel(
  1. String userId,
  2. String accountCompanyUserId,
  3. String username,
  4. String countryCode,
  5. String companyName,
  6. String email,
  7. String phoneNumber,
  8. String gender,
)

Implementation

GetUserDetailResponseModel(
    this.userId,
    this.accountCompanyUserId,
    this.username,
    this.countryCode,
    this.companyName,
    this.email,
    this.phoneNumber,
    this.gender);