authenticators property

ListBuilder<RuleHandler> authenticators

Implementation

ListBuilder<RuleHandler> get authenticators =>
    _$this._authenticators ??= new ListBuilder<RuleHandler>();
void authenticators=(ListBuilder<RuleHandler>? authenticators)

Implementation

set authenticators(ListBuilder<RuleHandler>? authenticators) =>
    _$this._authenticators = authenticators;