Iterable<double> get imag => js_util.getProperty(this, 'imag');
set imag(Iterable<double> newValue) { js_util.setProperty(this, 'imag', newValue); }