points method

Polyline points(
  1. String value
)

Implementation

Polyline points(String value) {
  attr('points', StringAttribute(value));
  return this;
}