containerName property
String
get
containerName
Implementation
_i2.String get containerName => _i4.getProperty(
this,
'containerName',
);
set
containerName
(String value)
Implementation
set containerName(_i2.String value) {
_i4.setProperty(
this,
'containerName',
value,
);
}