IFeaturesContainer class abstract interface

Implementers

Constructors

IFeaturesContainer()

Properties

features MappedFeatures
no setter
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
clearAllFeatures() → void
containsFeature(String key) bool
getFeature(String key) FeatureAbstract?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeFeature(String key) → void
replaceAllFeatures(Iterable<FeatureAbstract> newFeatures) → void
toString() String
A string representation of this object.
inherited
updateFeature(FeatureAbstract newFeature) → void

Operators

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