scope property

String? scope

Implementation

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

Implementation

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