menu
codable_dart package
documentation
core.dart
KeyedEncoder
encodeBool abstract method
encodeBool abstract method
dark_mode
light_mode
encodeBool
abstract method
void
encodeBool
(
String
key
,
bool
value
, {
int
?
id
,
})
Encodes a boolean value for the given key or id.
Implementation
void encodeBool(String key, bool value, {int? id});
codable_dart package
documentation
core
KeyedEncoder
encodeBool abstract method
KeyedEncoder class