rdfDirection property
String?
get
rdfDirection
Implementation
String? get rdfDirection => js_util.getProperty(this, 'rdfDirection');
set
rdfDirection
(String? newValue)
Implementation
set rdfDirection(String? newValue) {
js_util.setProperty(this, 'rdfDirection', newValue);
}