format property

String Function([Object?]) get format

Implementation

_i2.String Function([_i2.Object?]) get format =>
    ([_i2.Object? p0]) => _i5.callMethod(
          _i5.getProperty(
            this,
            'format',
          ),
          r'call',
          [
            this,
            p0 ?? _i4.undefined,
          ],
        );
set format (String value([Object?]))

Implementation

set format(_i2.String Function([_i2.Object?]) value) {
  _i5.setProperty(
    this,
    'format',
    _i5.allowInterop(value),
  );
}