EventHolder constructor

const EventHolder(
  1. String eventName, {
  2. bool isAdd = true,
})

Implementation

const EventHolder(this.eventName, {this.isAdd = true});