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