Lifecycle<T>.stop constructor

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

Implementation

const factory Lifecycle.stop(T t) = Stop;