Line constructor

Line(
  1. List<num> vals,
  2. dynamic options
)

Implementation

external Line(List<num> vals, options);