unpackInt method
Unpacks the next value as an integer.
Returns null if the value is a MessagePack nil byte.
Implementation
@pragma('vm:prefer-inline')
int? unpackInt() => _readNullable(_unpackInt);
Unpacks the next value as an integer.
Returns null if the value is a MessagePack nil byte.
@pragma('vm:prefer-inline')
int? unpackInt() => _readNullable(_unpackInt);