menu
codable_dart package
documentation
msgpack.dart
MsgPackEncodable<T>
toMsgPack method
toMsgPack method
dark_mode
light_mode
toMsgPack
method
List
<
int
>
toMsgPack
(
T
value
)
Implementation
List<int> toMsgPack(T value) { return MsgPackEncoder.encode<T>(value, using: this); }
codable_dart package
documentation
msgpack
MsgPackEncodable<T>
toMsgPack method
MsgPackEncodable extension on
Encodable
<
T
>