Start<T> constructor

const Start<T>(
  1. T t
)

Implementation

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