menu
codable_dart package
documentation
core.dart
KeyedEncoder
encodeNull abstract method
encodeNull abstract method
dark_mode
light_mode
encodeNull
abstract method
void
encodeNull
(
String
key
, {
int
?
id
,
})
Encodes 'null' for the given key or id.
Implementation
void encodeNull(String key, {int? id});
codable_dart package
documentation
core
KeyedEncoder
encodeNull abstract method
KeyedEncoder class