AppEvent constructor

AppEvent({
  1. String? name,
  2. AppEventType? type,
  3. String? url,
  4. bool? isActive,
  5. User? owner,
  6. String? tableId,
})

Implementation

AppEvent({
  this.name, this.type, this.url, this.isActive, this.owner, this.tableId
});