raw property

String Function(dynamic, [Iterable?]) get raw

Implementation

_i2.String Function(
  _i2.dynamic, [
  _i2.Iterable<_i2.dynamic>?,
]) get raw => (
      _i2.dynamic p0, [
      _i2.Iterable<_i2.dynamic>? p1,
    ]) =>
        _i6.callMethod(
          _i6.getProperty(
            this,
            'raw',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i5.undefined,
          ],
        );
set raw (String value(dynamic, [Iterable?]))

Implementation

set raw(
    _i2.String Function(
      _i2.dynamic, [
      _i2.Iterable<_i2.dynamic>?,
    ]) value) {
  _i6.setProperty(
    this,
    'raw',
    _i6.allowInterop((
      _i2.dynamic v0, [
      a0,
      a1,
      a2,
      a3,
      a4,
      a5,
      a6,
      a7,
      a8,
      a9,
    ]) =>
        value(
          v0,
          [
            a0,
            a1,
            a2,
            a3,
            a4,
            a5,
            a6,
            a7,
            a8,
            a9,
          ],
        )),
  );
}