container property

String container

Implementation

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

Implementation

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