streamType abstract method

InterfaceType streamType(
  1. DartType elementType
)

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

Implementation

InterfaceType streamType(DartType elementType);