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