system property

String system

Implementation

_i2.String get system => _i4.getProperty(
      this,
      'system',
    );
void system=(String value)

Implementation

set system(_i2.String value) {
  _i4.setProperty(
    this,
    'system',
    value,
  );
}