value property

String Function(T row) value
final

Read the cell value for row. The returned string is what the engine renders.

Implementation

final String Function(T row) value;