maximumAttendeeCapacity constant
        
        IriTerm
        const maximumAttendeeCapacity
        
      
      
maximumAttendeeCapacity [Expects: http://schema.org/Integer]
The total number of individuals that may attend an event or venue.
Can be used on: http://schema.org/Event, http://schema.org/Place
Implementation
static const maximumAttendeeCapacity = const IriTerm(
  'http://schema.org/maximumAttendeeCapacity',
);