getValue method

dynamic getValue()

Get single value (for non-array variables)

Implementation

dynamic getValue() {
  return getArrayValue(0);
}