append method

void append (
  1. dynamic elements
)

Appends new elements to this array.

  • elements a list of elements to be added.