listType abstract method

InterfaceType listType(
  1. DartType elementType
)

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

Implementation

InterfaceType listType(DartType elementType);