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