menu
atomic_flutter_kit package
documentation
utils/extensions/bool_extension.dart
AtomicBoolExtension
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
Implementation
int toInt() { return this ? 1 : 0; }
atomic_flutter_kit package
documentation
utils/extensions/bool_extension
AtomicBoolExtension
toInt method
AtomicBoolExtension extension on
bool