toArray method

dynamic toArray()

Implementation

toArray() {
  return new List.from(this.nodes);
}