validateInput property
dynamic Function(String)
get
validateInput
Implementation
_i2.dynamic Function(_i2.String) get validateInput =>
(_i2.String p0) => _i5.callMethod(
_i5.getProperty(
this,
'validateInput',
),
r'call',
[
this,
p0,
],
);
set
validateInput
(dynamic value(String))
Implementation
set validateInput(_i2.dynamic Function(_i2.String) value) {
_i5.setProperty(
this,
'validateInput',
_i5.allowInterop(value),
);
}