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