EventAccountUserRoleRelationship constructor

EventAccountUserRoleRelationship({
  1. int? id,
  2. DateTime? dbDateCreated,
  3. DateTime? dbDateUpdated,
  4. DateTime? dateRemoved,
  5. int? event,
  6. int? accountUserRole,
})

Implementation

EventAccountUserRoleRelationship({
  this.id,
  this.dbDateCreated,
  this.dbDateUpdated,
  this.dateRemoved,
  this.event,
  this.accountUserRole,
});