mapType2 abstract method

  1. @Deprecated('Use mapType instead')
InterfaceType mapType2(
  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

@Deprecated('Use mapType instead')
InterfaceType mapType2(DartType keyType, DartType valueType);