mapType abstract method

InterfaceType mapType(
  1. DartType keyType,
  2. DartType valueType
)

Return the instantiation of the built-in class List with the given keyType and valueType. The type has the nullability suffix of this provider.

Implementation

InterfaceType mapType(DartType keyType, DartType valueType);