size property

  1. @override
int get size
override

The size of this block in bytes.

Implementation

@override
int get size => data.length;