Reflex constructor

Reflex({
  1. bool debug = true,
  2. List<String>? packageNameList,
  3. List<String>? packageNameExceptionList,
  4. AutoReply? autoReply,
})

Implementation

Reflex({
  this.debug = true,
  this.packageNameList,
  this.packageNameExceptionList,
  this.autoReply,
}) {
  init();
}