add method

dynamic add(
  1. dynamic curve
)

Implementation

add(Curve curve) {
  curves.add(curve);
}