displayValue method

String displayValue(
  1. EditableRow row
)

The string this column shows for row. Stored value for most kinds; ComputedColumn overrides this to derive it from the whole row.

Implementation

String displayValue(EditableRow row) => row[key] ?? '';