real property

Implementation

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

Implementation

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