vid property

int get vid

Implementation

int get vid =>
    vidArr.length == 2 ? ((vidArr[0] & 0xFF) << 8) | (vidArr[1] & 0xFF) : 0;