lengthInBytes property

  1. @override
int get lengthInBytes
override

Gets the size of the raw binary data in bytes.

Implementation

@override
int get lengthInBytes => bytes?.length ?? 0;