atLookupImpl property

AtLookupImpl atLookupImpl

Implementation

AtLookupImpl get atLookupImpl => _atLookUp!;
  1. @visibleForTesting
void atLookupImpl=(AtLookupImpl atLookupImpl)

Implementation

@visibleForTesting
set atLookupImpl(AtLookupImpl atLookupImpl) {
  _atLookUp = atLookupImpl;
}