getText property

String Function([Range?]) get getText

Implementation

_i2.String Function([_i3.Range?]) get getText =>
    ([_i3.Range? p0]) => _i5.callMethod(
          _i5.getProperty(
            this,
            'getText',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        );
set getText (String value([Range?]))

Implementation

set getText(_i2.String Function([_i3.Range?]) value) {
  _i5.setProperty(
    this,
    'getText',
    _i5.allowInterop(value),
  );
}