SchemaEventAttendanceModeEnumeration enum

An EventAttendanceModeEnumeration value is one of potentially several modes of organising an event, relating to whether it is online or offline. See https://schema.org/EventAttendanceModeEnumeration

Inheritance
  • Object
  • Enum
  • SchemaEventAttendanceModeEnumeration
Available extensions

Values

mixedEventAttendanceMode → const SchemaEventAttendanceModeEnumeration

MixedEventAttendanceMode - an event that is conducted as a combination of both offline and online modes.

const SchemaEventAttendanceModeEnumeration('https://schema.org/EventAttendanceModeEnumeration')
offlineEventAttendanceMode → const SchemaEventAttendanceModeEnumeration

OfflineEventAttendanceMode - an event that is primarily conducted offline.

const SchemaEventAttendanceModeEnumeration('https://schema.org/EventAttendanceModeEnumeration')
onlineEventAttendanceMode → const SchemaEventAttendanceModeEnumeration

OnlineEventAttendanceMode - an event that is primarily conducted online.

const SchemaEventAttendanceModeEnumeration('https://schema.org/EventAttendanceModeEnumeration')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Enum value as a string
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJsonLd() String
Serialize SchemaEventAttendanceModeEnumeration to JSON-LD
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SchemaEventAttendanceModeEnumeration>
A constant List of the values in this enum, in order of their declaration.