TMap constructor

TMap(
  1. int keyType,
  2. int valueType,
  3. int? length
)

Implementation

TMap(this.keyType, this.valueType, int? length) : this.length = length ?? 0;