EmoDebug constructor

const EmoDebug({
  1. String? zone,
  2. EmoDebugHook? hook,
  3. bool deactivatePrint = false,
  4. bool deactivateEmojis = false,
})

Default constructor

Implementation

const EmoDebug(
    {this.zone,
    this.hook,
    this.deactivatePrint = false,
    this.deactivateEmojis = false});