flush property

  1. @override
IListConst<T> flush
override

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

Implementation

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