deselectAll property
void Function()
get
deselectAll
Implementation
void Function() get deselectAll => () => _i4.callMethod(
_i4.getProperty(
this,
'deselectAll',
),
r'call',
[this],
);
set
deselectAll
(void value())
Implementation
set deselectAll(void Function() value) {
_i4.setProperty(
this,
'deselectAll',
_i4.allowInterop(value),
);
}