dq property

String dq

Implementation

String get dq => js_util.getProperty(this, 'dq');
void dq=(String newValue)

Implementation

set dq(String newValue) {
  js_util.setProperty(this, 'dq', newValue);
}