valueSize property

int get valueSize

of bytes in the value = 1, 2, 4

Implementation

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