removeProperty property

String Function(String) removeProperty

Implementation

_i2.String Function(_i2.String) get removeProperty =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'removeProperty',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void removeProperty=(String value(String))

Implementation

set removeProperty(_i2.String Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'removeProperty',
    _i4.allowInterop(value),
  );
}