insertRow property

void Function(num) get insertRow

Implementation

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

Implementation

set insertRow(void Function(_i2.num) value) {
  _i5.setProperty(
    this,
    'insertRow',
    _i5.allowInterop(value),
  );
}