string method

String string(
  1. int index
)

Implementation

String string(int index) =>
    this.cells.elementAt(index)?.value?.toString() ?? '';