IMap<K, V>.empty constructor

  1. @literal
const IMap<K, V>.empty()

Create an empty IMap. Use it with const: const IMap.empty() (It's always an IMapEmpty).

Implementation

@literal
const factory IMap.empty() = IMapEmpty<K, V>._;