of property

String? Function(String) get of

Implementation

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

Implementation

set of(_i2.String? Function(_i2.String) value) {
  _i5.setProperty(
    this,
    'of',
    _i5.allowInterop((p0) => () => value(p0) ?? _i4.undefined),
  );
}