fileType property

String fileType

return the file type without dot i.e. pdf.

Implementation

String get fileType => afterDot.lowercase;