Start<T> constructor

const Start<T>(
  1. T t
)

Implementation

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