byteLength property

int get byteLength

Implementation

int get byteLength => (word.byteLength > 4) ? 8 : 4;