isReadOnly property

bool get isReadOnly

Whether the cell can never be edited (readonly / computed).

Implementation

bool get isReadOnly =>
    type == EditableColumnType.readonly || type == EditableColumnType.computed;