MapType constructor

MapType(
  1. OutputType? valueType, [
  2. List<TypeModifier>? modifiers
])

Implementation

MapType(this.valueType, [super.modifiers]);