menu
nobody package
documentation
excel/row.dart
Row
string method
string method
dark_mode
light_mode
string
method
String
string
(
int
index
)
Implementation
String string(int index) => this.cells.elementAt(index)?.value?.toString() ?? '';
nobody package
documentation
excel/row
Row
string method
Row class