menu
te_widgets package
documentation
widgets/csv-editor/csv_row.dart
TCsvRow
getValue method
getValue method
dark_mode
light_mode
getValue
method
dynamic
getValue
(
String
key
)
Gets a cell value by column key.
Implementation
dynamic getValue(String key) => values[key];
te_widgets package
documentation
widgets/csv-editor/csv_row
TCsvRow
getValue method
TCsvRow class