IBehaviorConfig constructor

IBehaviorConfig({
  1. RegExp? ignorePattern,
  2. String? prefix,
  3. String? postfix,
})

Implementation

IBehaviorConfig({
  this.ignorePattern,
  this.prefix,
  this.postfix,
});