scope property
String
get
scope
Sets or retrieves the group of cells in a table to which the object's information applies.
Implementation
_i2.String get scope => _i4.getProperty(
this,
'scope',
);
set
scope
(String value)
Implementation
set scope(_i2.String value) {
_i4.setProperty(
this,
'scope',
value,
);
}