AtContactsImpl constructor

AtContactsImpl(
  1. AtClient? atClient,
  2. String atSign, {
  3. RegexType? regexType,
})

Implementation

AtContactsImpl(this.atClient, this.atSign, {RegexType? regexType}) {
  _regexType = regexType ?? RegexType.appSpecific;
  logger = AtSignLogger(runtimeType.toString());
}