lastIndexOf property

num Function(T, [num?]) lastIndexOf

Implementation

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

Implementation

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