setPointList method

void setPointList(
  1. String key,
  2. List<Point<num>> value
)

Implementation

void setPointList(String key, List<Point<num>> value) {
  _params[key] = value;
}