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