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