isDot property
bool
get
isDot
Checks if this Line is just dot.
Implementation
bool get isDot => lines.length == 1 && lines[0].isDot;
Checks if this Line is just dot.
bool get isDot => lines.length == 1 && lines[0].isDot;