FlagCollection class

Constructors

FlagCollection(VisitorDelegate _visitorDelegate, Map<String, Flag> _flags)

Properties

count int
no setter
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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