menu
codable_dart package
documentation
msgpack.dart
MsgPackDecoder
decodeIsNull method
decodeIsNull method
dark_mode
light_mode
decodeIsNull
method
@
override
bool
decodeIsNull
(
)
override
Checks if the data is null.
Implementation
@override bool decodeIsNull() { return _unpacker.skipNull(); }
codable_dart package
documentation
msgpack
MsgPackDecoder
decodeIsNull method
MsgPackDecoder class