menu
folly_fields package
documentation
util/model_utils.dart
ModelUtils
fromJsonSafeBool static method
fromJsonSafeBool static method
dark_mode
light_mode
fromJsonSafeBool
static method
bool
fromJsonSafeBool
(
dynamic
value
)
Implementation
static bool fromJsonSafeBool(dynamic value) => value.toString().trim().toLowerCase() == 'true';
folly_fields package
documentation
util/model_utils
ModelUtils
fromJsonSafeBool static method
ModelUtils class