build method

BuiltMap<K, V> build()

Converts to a BuiltMap.

Implementation

BuiltMap<K, V> build() => BuiltMap<K, V>.of(this);