readAll property
String Function()
get
readAll
Implementation
_i2.String Function() get readAll => () => _i3.callMethod(
_i3.getProperty(
this,
'ReadAll',
),
r'call',
[this],
);
set
readAll
(String value())
Implementation
set readAll(_i2.String Function() value) {
_i3.setProperty(
this,
'ReadAll',
_i3.allowInterop(value),
);
}