imag property

Implementation

Iterable<double> get imag => js_util.getProperty(this, 'imag');
void imag=(Iterable<double> newValue)

Implementation

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