MimeType.unsupported constructor
- String _name
An unsupported MimeType. Takes in the String representation of the mimetype that is not supported.
Implementation
const MimeType.unsupported(this._name) : _type = 'unsupported';
An unsupported MimeType. Takes in the String representation of the mimetype that is not supported.
const MimeType.unsupported(this._name) : _type = 'unsupported';