menu
flextensions package
documentation
extensions/primitive_exts.dart
BoolExts
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
Implementation
int toInt() => this ? 1 : 0;
flextensions package
documentation
extensions/primitive_exts
BoolExts
toInt method
BoolExts extension on
bool