FeatureTemplateDefinition class final

Defines how a primary feature and its related records are created from a shared feature template.

Features created from this template has a pre-defined set of attributes.

Related records are also created for the primary feature for every FeatureTemplateRelationship in the FeatureTemplateDefinition.relationships.

Inheritance

Properties

defaultValues Map<CaseInsensitiveString, dynamic>
The attribute values for the primary feature. Keys are case-insensitive.
no setter
hashCode int
The hash code for this object.
no setterinherited
relationships List<FeatureTemplateRelationship>
The collection of relationships to create with the primary feature.
no setter
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