menu
fast_immutable_collections package
documentation
fast_immutable_collections.dart
ISetConst<T>
isFlushed property
isFlushed property
dark_mode
light_mode
isFlushed
property
@
override
bool
get
isFlushed
override
A constant set is always flushed, by definition.
Implementation
@override bool get isFlushed => true;
fast_immutable_collections package
documentation
fast_immutable_collections
ISetConst<T>
isFlushed property
ISetConst class