menu
libac_dart
omv/types/integer.dart
Integer
Integer.fromBool factory constructor
Integer.fromBool
dark_mode
light_mode
Integer.fromBool
constructor
Integer.fromBool
(
bool
x
)
Implementation
factory Integer.fromBool(bool x) => x ? TRUE : FALSE;
libac_dart
integer
Integer
Integer.fromBool factory constructor
Integer class