namespace property

String get namespace

Implementation

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

Implementation

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