slot property
String
get
slot
Returns the value of element's slot content attribute. Can be set to change it.
Implementation
_i2.String get slot => _i4.getProperty(
this,
'slot',
);
set
slot
(String value)
Implementation
set slot(_i2.String value) {
_i4.setProperty(
this,
'slot',
value,
);
}