messageLengthInBits property
int
get
messageLengthInBits
Get the message length in bits
Implementation
int get messageLengthInBits => messageLength << 3;
Get the message length in bits
int get messageLengthInBits => messageLength << 3;