menu
multimedia package
documentation
magick/src/extensions.dart
BoolExtension
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
Creates an int from this bool.
Implementation
int toInt() => this ? 1 : 0;
multimedia package
documentation
magick/src/extensions
BoolExtension
toInt method
BoolExtension extension on
bool