curve property
Float32List?
get
curve
Implementation
Float32List? get curve => js_util.getProperty(this, 'curve');
set
curve
(Float32List? newValue)
Implementation
set curve(Float32List? newValue) {
js_util.setProperty(this, 'curve', newValue);
}