EventDefinition constructor

EventDefinition({
  1. List<EventChild>? childEvents,
  2. String? description,
  3. String? displayName,
  4. String? id,
  5. String? imageUrl,
  6. bool? isDefaultImageUrl,
  7. String? kind,
  8. String? visibility,
})

Implementation

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