clearContextCache property

void Function(bool) get clearContextCache

Implementation

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

Implementation

set clearContextCache(void Function(_i2.bool) value) {
  _i4.setProperty(
    this,
    'clearContextCache',
    _i4.allowInterop(value),
  );
}