now property

num Function() now

Implementation

_i2.num Function() get now => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'now',
      ),
      r'call',
      [this],
    );
void now=(num value())

Implementation

set now(_i2.num Function() value) {
  _i4.setProperty(
    this,
    'now',
    _i4.allowInterop(value),
  );
}