menu
nobody package
documentation
excel/row.dart
Row
text property
text property
dark_mode
light_mode
text
property
String
get
text
Implementation
String get text => this.cells.map((e) => e?.value ?? '').join(' ');
nobody package
documentation
excel/row
Row
text property
Row class