type property

String get type

The underlying type, e.g. 'jpeg', 'png', 'pcd'. If the MimeType is not supported, then this type is the string 'unsupported'.

Implementation

String get type => _type;