flush property

  1. @override
ISetEmpty<T> flush
override

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

Implementation

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