EntityOverrideMode enum

The types of modifications for a session entity type.

Inheritance

Constructors

EntityOverrideMode()
const

Values

ENTITY_OVERRIDE_MODE_UNSPECIFIED → const EntityOverrideMode

Not specified. This value should be never used.

ENTITY_OVERRIDE_MODE_OVERRIDE → const EntityOverrideMode

The collection of session entities overrides the collection of entities in the corresponding custom entity type.

ENTITY_OVERRIDE_MODE_SUPPLEMENT → const EntityOverrideMode

The collection of session entities extends the collection of entities in the corresponding custom entity type.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

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