Lifecycle<T>.start constructor

const Lifecycle<T>.start(
  1. T t
)

Implementation

const factory Lifecycle.start(T t) = Start;