IndexMap<K extends dynamic, V>.fromBase constructor

IndexMap<K extends dynamic, V>.fromBase(
  1. IndexMap<K, V> state
)

Implementation

IndexMap.fromBase(IndexMap<K, V> state) : this._(state.keys, List<V>.from(state.values, growable: false));