containerName property

String containerName

Implementation

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

Implementation

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