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