Returns true if this node is the last node in the parent list.
true
bool get isLast => list!.last == this;