length property

int get length

Length of message contents in bytes, including self (i.e. int32).

Implementation

int get length => bytes.length + 4;