menu
taboola_sdk package
documentation
utils/tbl_properties.dart
TBLProperties
boolToString static method
boolToString static method
dark_mode
light_mode
boolToString
static method
String
boolToString
(
bool
value
)
Implementation
static String boolToString(bool value) { return value ? "true" : "false"; }
taboola_sdk package
documentation
utils/tbl_properties
TBLProperties
boolToString static method
TBLProperties class