getValue method

dynamic getValue(
  1. String key
)

Gets a cell value by column key.

Implementation

dynamic getValue(String key) => values[key];