curve property

Iterable<double> curve

Implementation

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

Implementation

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