line static method

Path line(
  1. Line line
)

Implementation

static Path line(Line line) {
  return _linePath(line);
}