isPoint property

bool isPoint

Returns true if this range is the point, otherwise false.

Implementation

bool get isPoint => from == to;