StopHookInfo constructor

const StopHookInfo({
  1. required String hookName,
  2. int? durationMs,
  3. String? output,
})

Implementation

const StopHookInfo({required this.hookName, this.durationMs, this.output});