input property

String get input

Implementation

String get input => js_util.getProperty(this, 'input');
set input (String newValue)

Implementation

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