flush property

  1. @override
ISetConst<T> flush
override

Nothing happens when you flush a constant set, by definition.

Implementation

@override
ISetConst<T> get flush => this;