profileEnabledScope property

UserDetailsScope? get profileEnabledScope
override

Implementation

UserDetailsScope? get profileEnabledScope => _$this._profileEnabledScope;
set profileEnabledScope (covariant UserDetailsScope? profileEnabledScope)
covariantoverride

Implementation

set profileEnabledScope(covariant UserDetailsScope? profileEnabledScope) =>
    _$this._profileEnabledScope = profileEnabledScope;