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