EventDefinition constructor
      
      EventDefinition({})
     
    
    
Implementation
EventDefinition({
  this.childEvents,
  this.description,
  this.displayName,
  this.id,
  this.imageUrl,
  this.isDefaultImageUrl,
  this.kind,
  this.visibility,
});