Stop<T> constructor

const Stop<T>(
  1. T t
)

Implementation

const factory Stop(final T t) = _$Stop<T>;