menu
codable_dart package
documentation
msgpack.dart
MsgPackDecoder
decodeInt method
decodeInt method
dark_mode
light_mode
decodeInt
method
@
override
int
decodeInt
(
)
override
Decodes the data as an integer value.
Implementation
@override int decodeInt() { return _unpacker.unpackInt()!; }
codable_dart package
documentation
msgpack
MsgPackDecoder
decodeInt method
MsgPackDecoder class