size property

  1. @override
int size
override

The size, in bytes, of the data contained in the Blob object.

MDN Reference

Implementation

@override
int get size => _blob.size;