isLast property

bool get isLast

Returns true if this node is the last node in the parent list.

Implementation

bool get isLast => list!.last == this;