scope property

String? get scope

Implementation

String? get scope => _$this._scope;
set scope (String? scope)

Implementation

set scope(String? scope) => _$this._scope = scope;