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