flush property

  1. @override
IMapConst<K, V> flush
override

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

Implementation

@override
IMapConst<K, V> get flush => this;