precision property
int
get
precision
The # of decimal places in the value
Implementation
int get precision => (data[10] >> 5) & 0x03;
The # of decimal places in the value
int get precision => (data[10] >> 5) & 0x03;