scope property

String? get scope

Implementation

_i2.String? get scope => _i4.getProperty(
      this,
      'scope',
    );
set scope (String? value)

Implementation

set scope(_i2.String? value) {
  _i4.setProperty(
    this,
    'scope',
    value ?? _i6.undefined,
  );
}