menu
codable_dart package
documentation
msgpack.dart
MsgPackDecodable<T>
fromMsgPack method
fromMsgPack method
dark_mode
light_mode
fromMsgPack
method
T
fromMsgPack
(
List
<
int
>
bytes
)
Implementation
T fromMsgPack(List<int> bytes) { return MsgPackDecoder.decode<T>(bytes, this); }
codable_dart package
documentation
msgpack
MsgPackDecodable<T>
fromMsgPack method
MsgPackDecodable extension on
Decodable
<
T
>