q property

String q

Implementation

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

Implementation

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