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