add method

dynamic add(
  1. Curve curve
)

Implementation

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