dataGet method

List<JSAny?> dataGet()

Returns the list of data for the selected elements.

Implementation

List<JSAny?> dataGet() {
  return map(datum).toList();
}