MapBuilder<K, V> constructor

MapBuilder<K, V>({
  1. bool multiKey = false,
})

Implementation

MapBuilder({this.multiKey = false}) {
  clear();
}