input property
String
get
input
The complete input string that was segmented.
Implementation
_i2.String get input => _i5.getProperty(
this,
'input',
);
set
input
(String value)
Implementation
set input(_i2.String value) {
_i5.setProperty(
this,
'input',
value,
);
}