MimeType.unsupported constructor

const MimeType.unsupported(
  1. 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';