CreateUserResponseModel constructor
CreateUserResponseModel()
Implementation
CreateUserResponseModel(
this.userId,
this.username,
this.countryCode,
this.companyName,
this.email,
this.phoneNumber,
this.gender,
);