getSubStringLength property

num Function(num, num) get getSubStringLength

Implementation

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

Implementation

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