iterableType2 abstract method

  1. @Deprecated('Use iterableType instead')
InterfaceType iterableType2(
  1. DartType elementType
)

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

Implementation

@Deprecated('Use iterableType instead')
InterfaceType iterableType2(DartType elementType);