menu
better_extensions package
documentation
boolean.dart
BooleanExtension
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
Converts a boolean to an integer
Implementation
int toInt() { return this ? 1 : 0; }
better_extensions package
documentation
boolean
BooleanExtension
toInt method
BooleanExtension extension on
bool