menu
rust_core package
documentation
cell.dart
DoubleConstCellExtensions
gt method
gt method
dark_mode
light_mode
gt
method
bool
gt
(
double
val
)
Greater than
Implementation
bool gt(double val) { return _val > val; }
rust_core package
documentation
cell
DoubleConstCellExtensions
gt method
DoubleConstCellExtensions extension on
ConstCell
<
double
>