cellId property

String get cellId

Composite cell id ("${rowId}_${columnId}").

Implementation

String get cellId => '${rowId}_$columnId';