suspendRedraw property

num Function(num) get suspendRedraw

Implementation

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

Implementation

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