menu
codable_dart package
documentation
msgpack.dart
MsgPackSelfEncodableSelf<T extends SelfEncodable>
toMsgPack method
toMsgPack method
dark_mode
light_mode
toMsgPack
method
List
<
int
>
toMsgPack
(
)
Implementation
List<int> toMsgPack() { return MsgPackEncoder.encode<T>(this); }
codable_dart package
documentation
msgpack
MsgPackSelfEncodableSelf<T extends SelfEncodable>
toMsgPack method
MsgPackSelfEncodableSelf extension on T