fileDescription method

String? fileDescription([
  1. String? append
])

return the mime type description with type i.e. Image.jpg.

Implementation

String? fileDescription([String? append]) =>
    mimeDescription?.post(append, between: "-").post(fileType, between: ".");