deref property
T? Function()
get
deref
Implementation
T? Function() get deref => () => _i3.callMethod(
_i3.getProperty(
this,
'deref',
),
r'call',
[this],
);
set
deref
(T? value())
Implementation
set deref(T? Function() value) {
_i3.setProperty(
this,
'deref',
_i3.allowInterop(() => () => value() ?? _i4.undefined),
);
}