get method

dynamic get (
  1. int index
)

Gets an array element specified by its index.

  • index an index of the element to get. Returns the value of the array element.