FeaturesContainer class base
- Implemented types
Constructors
Properties
- features → MappedFeatures
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addOrReplaceFeature(
FeatureAbstract newFeature) → void -
override
-
clearAllFeatures(
) → void -
override
-
containsFeature(
String key) → bool -
override
-
getFeature(
String key) → FeatureAbstract? -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeFeature(
String key) → void -
override
-
replaceAllFeatures(
Iterable< FeatureAbstract> newFeatures) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
updateFeature(
FeatureAbstract newFeature) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited