curve property

Float32List? curve

Implementation

Float32List? get curve => js_util.getProperty(this, 'curve');
void curve=(Float32List? newValue)

Implementation

set curve(Float32List? newValue) {
  js_util.setProperty(this, 'curve', newValue);
}