callee property
Function
get
callee
Implementation
_i2.Function get callee => _i6.getProperty(
this,
'callee',
);
set
callee
(Function value)
Implementation
set callee(_i2.Function value) {
_i6.setProperty(
this,
'callee',
value,
);
}