containerType property

String containerType

Implementation

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

Implementation

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