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