lastIndexOf property

num Function(int, [num?]) get lastIndexOf

Implementation

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

Implementation

set lastIndexOf(
    _i2.num Function(
      _i2.int, [
      _i2.num?,
    ]) value) {
  _i5.setProperty(
    this,
    'lastIndexOf',
    _i5.allowInterop(value),
  );
}