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