menu
cutils package
documentation
ext/int_ext.dart
IntFormating
safeDoubleValue property
safeDoubleValue property
dark_mode
light_mode
safeDoubleValue
property
double
get
safeDoubleValue
Implementation
double get safeDoubleValue => (this ?? 0).toDouble();
cutils package
documentation
ext/int_ext
IntFormating
safeDoubleValue property
IntFormating extension on
int
?