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