last property

Get the last child in the list

Implementation

IndexedNode get last;
void last=(IndexedNode value)

Set the last child in the list to value

Implementation

set last(IndexedNode value);