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