produceGeneralizedRdf property

bool get produceGeneralizedRdf

Implementation

bool get produceGeneralizedRdf =>
    js_util.getProperty(this, 'produceGeneralizedRdf');
set produceGeneralizedRdf (bool newValue)

Implementation

set produceGeneralizedRdf(bool newValue) {
  js_util.setProperty(this, 'produceGeneralizedRdf', newValue);
}