menu
raylib_dartified_base package
documentation
core/raylib_dartified_base.dart
BoolAsInt
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
Implementation
int toInt() => this ? 1 : 0;
raylib_dartified_base package
documentation
core/raylib_dartified_base
BoolAsInt
toInt method
BoolAsInt extension on
bool