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