menu
codable_dart package
documentation
core.dart
MappedDecoder
decodeBool abstract method
decodeBool abstract method
dark_mode
light_mode
decodeBool
abstract method
bool
decodeBool
(
String
key
, {
int
?
id
,
})
Decodes the data for the given key or id as a boolean value.
Implementation
bool decodeBool(String key, {int? id});
codable_dart package
documentation
core
MappedDecoder
decodeBool abstract method
MappedDecoder class