getComputedTextLength property

num Function() get getComputedTextLength

Implementation

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

Implementation

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