input property

String input

Implementation

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

Implementation

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