name property

String get name

The name of the MimeType, e.g. 'image/jpeg' If the MimeType is not supported, then this name is the string of the unsupported MimeType.

Implementation

String get name => _name;