parse property
Implementation
_i2.dynamic Function(
  _i2.String, [
  _i2.dynamic Function(
    _i2.String, [
    _i2.dynamic,
  ])?,
]) get parse => (
      _i2.String p0, [
      _i2.dynamic Function(
        _i2.String, [
        _i2.dynamic,
      ])? p1,
    ]) =>
        _i6.callMethod(
          _i6.getProperty(
            this,
            'parse',
          ),
          r'call',
          [
            this,
            p0,
            p1 == null ? _i5.undefined : _i6.allowInterop(p1),
          ],
        );