qi property

String get qi

Implementation

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

Implementation

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