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