menu
raylib_dartified package
documentation
core/raylib.dart
BoolAsInt
operator >= method
operator >= method
dark_mode
light_mode
operator >=
method
bool
operator >=
(
int
other
)
Implementation
bool operator >=(int other) => toInt() >= other;
raylib_dartified package
documentation
core/raylib
BoolAsInt
operator >= method
BoolAsInt extension on
bool