cid property

int get cid

Implementation

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