menu
payjoin package
documentation
bitcoin.dart
FfiConverterBool
lower static method
lower static method
dark_mode
light_mode
lower
static method
int
lower
(
bool
value
)
Implementation
static int lower(bool value) { return value ? 1 : 0; }
payjoin package
documentation
bitcoin
FfiConverterBool
lower static method
FfiConverterBool class