valueSize property

int valueSize

The # of bytes comprising the value = 1, 2, 4

Implementation

int get valueSize => data[10] & 0x07;