menu
codable_dart package
documentation
standard.dart
StandardEncoder
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 = value; }
codable_dart package
documentation
standard
StandardEncoder
encodeInt method
StandardEncoder class