scope property

String get scope

@deprecated

Implementation

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

Implementation

set scope(_i2.String value) {
  _i5.setProperty(
    this,
    'scope',
    value,
  );
}