twitterScope property

String? get twitterScope
override

Implementation

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

Implementation

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