length property

int get length

Returns the length of this digest in bytes.

Implementation

int get length => bytes.length;