menu
codable_dart package
documentation
standard.dart
StandardIteratedEncoder
encodeInt method
encodeInt method
dark_mode
light_mode
encodeInt
method
@
override
void
encodeInt
(
int
value
)
override
Encodes an integer value.
Implementation
@override void encodeInt(int value) { _value.add(value); }
codable_dart package
documentation
standard
StandardIteratedEncoder
encodeInt method
StandardIteratedEncoder class