Hook<T> constructor

const Hook<T>({
  1. String? debugLabel,
})

Implementation

const Hook({String? debugLabel}) : _debugLabel = debugLabel;