menu
excel_plus package
documentation
excel_plus.dart
BoolCellValue
BoolCellValue.new const constructor
BoolCellValue.new const constructor
dark_mode
light_mode
BoolCellValue
constructor
const
BoolCellValue
(
bool
value
)
Creates a boolean cell value.
Implementation
const BoolCellValue(this.value);
excel_plus package
documentation
excel_plus
BoolCellValue
BoolCellValue.new const constructor
BoolCellValue class