EventVenue constructor

EventVenue({
  1. LocalizedString? address,
  2. String? kind,
  3. LocalizedString? name,
})

Implementation

EventVenue({
  this.address,
  this.kind,
  this.name,
});