text property

String get text

Implementation

String get text => this.cells.map((e) => e?.value ?? '').join(' ');