getRangeParagraphIndent property

Object Function(num, num) get getRangeParagraphIndent

Implementation

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

Implementation

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