slot property

String slot

Implementation

String get slot => js_util.getProperty(this, 'slot');
void slot=(String newValue)

Implementation

set slot(String newValue) {
  js_util.setProperty(this, 'slot', newValue);
}