PopupRelatedFeaturesDefinition class final
Contains information about displaying related features in a popup.
- Implemented types
Constructors
- PopupRelatedFeaturesDefinition.new()
-
Create a new popup related features definition.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showRelatedFeatures ↔ bool
-
A flag indicating whether the popup should show features that are related
to this popup's feature.
getter/setter pair
-
sortOrder
→ List<
PopupRelatedFeaturesSortOrder> -
An array of objects which dictate the order in which the relationships and
related features in each relationship should be displayed in a popup.
no setter
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