useRdfType property

bool useRdfType

Implementation

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

Implementation

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