twitterScope property

UserDetailsScope? get twitterScope
override

Implementation

UserDetailsScope? get twitterScope => _$this._twitterScope;
set twitterScope (covariant UserDetailsScope? twitterScope)
covariantoverride

Implementation

set twitterScope(covariant UserDetailsScope? twitterScope) => _$this._twitterScope = twitterScope;