HHLatch constructor

const HHLatch({
  1. required TriggerType triggerType,
  2. bool isPost = true,
  3. String? customEvent,
  4. int priority = 0,
})

Implementation

const HHLatch({
  required this.triggerType,
  this.isPost = true,
  this.customEvent,
  this.priority = 0,
});