FlagCollection class
Constructors
-
FlagCollection(VisitorDelegate _visitorDelegate, Map<
String, Flag> _flags)
Properties
Methods
-
exposeAll(
) → void -
filter(
bool isIncluded(String, Flag)) → FlagCollection -
forEach(
void action(String key, Flag value)) → void -
keys(
) → Iterable< String> -
makeIterator(
) → Iterator< MapEntry< String, Flag> > -
metadatas(
) → List< FlagMetadata> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
String key) → Flag -
operator []=(
String key, Flag newValue) → void