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