emailScope property

String? get emailScope
override

Implementation

String? get emailScope => _$this._emailScope;
set emailScope (covariant String? emailScope)
covariantoverride

Implementation

set emailScope(covariant String? emailScope) => _$this._emailScope = emailScope;