line property

String? line
getter/setter pair

A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.

Implementation

String? line;