PbMap<K, V> constructor

PbMap<K, V>(
  1. int keyFieldType,
  2. int valueFieldType
)

Implementation

PbMap(this.keyFieldType, this.valueFieldType) : _wrappedMap = <K, V>{};