LivenessHeader constructor

const LivenessHeader({
  1. Key? key,
  2. required Stream<bool> onLastStep,
})

Implementation

const LivenessHeader({Key? key, required this.onLastStep}) : super(key: key);