qi property

String qi

Implementation

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

Implementation

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