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