getValue method

List getValue()

Gets an array with values.

Returns the value of the array elements.

Implementation

List getValue() {
  return _values;
}