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