AccountUserRole constructor
AccountUserRole({
- int? id,
- AccountUserRoleRole? role,
- int? user,
- AccountUserRoleStatus? status,
- String? code,
- String? email,
- String? phone,
Implementation
AccountUserRole({
this.id,
this.role,
this.user,
this.status,
this.code,
this.email,
this.phone,
});