AccountUserRole constructor

AccountUserRole({
  1. int? id,
  2. AccountUserRoleRole? role,
  3. int? user,
  4. AccountUserRoleStatus? status,
  5. String? code,
  6. String? email,
  7. String? phone,
})

Implementation

AccountUserRole({
  this.id,
  this.role,
  this.user,
  this.status,
  this.code,
  this.email,
  this.phone,
});