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