isDot property

bool isDot

Checks if this Line is just dot.

Implementation

bool get isDot => lines.length == 1 && lines[0].isDot;