EventingDetails constructor

EventingDetails({
  1. bool? customEventTypes,
  2. String? description,
  3. String? documentationLink,
  4. String? iconLocation,
  5. String? launchStage,
  6. String? name,
  7. List<String>? searchTags,
  8. String? type,
})

Implementation

EventingDetails({
  this.customEventTypes,
  this.description,
  this.documentationLink,
  this.iconLocation,
  this.launchStage,
  this.name,
  this.searchTags,
  this.type,
});