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