unpackInt method

int? unpackInt()

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);