type property

  1. @override
String type
override

A string indicating the MIME type of the data contained in the Blob. If the type is unknown, this string is empty.

MDN Reference

Implementation

@override
String get type => _blob.type;