menu
codable_dart package
documentation
core.dart
MappedDecoder
decodeIsNull abstract method
decodeIsNull abstract method
dark_mode
light_mode
decodeIsNull
abstract method
bool
decodeIsNull
(
String
key
, {
int
?
id
,
})
Checks if the data for the given key or id is null.
Implementation
bool decodeIsNull(String key, {int? id});
codable_dart package
documentation
core
MappedDecoder
decodeIsNull abstract method
MappedDecoder class