produceGeneralizedRdf property

bool produceGeneralizedRdf

Implementation

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

Implementation

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