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