menu
ndef package
documentation
utilities.dart
ByteUtils
boolToInt static method
boolToInt static method
dark_mode
light_mode
boolToInt
static method
int
boolToInt
(
bool
value
)
Implementation
static int boolToInt(bool value) { return value ? 1 : 0; }
ndef package
documentation
utilities
ByteUtils
boolToInt static method
ByteUtils class