scope property

String? get scope

Implementation

String? get scope => _getAttribute('scope');
set scope (String? value)

Implementation

set scope(String? value) {
  _setAttribute('scope', value);
}