fileNameWithoutType property

String fileNameWithoutType

return the file name without type.

Implementation

String get fileNameWithoutType => path.basenameWithoutExtension(this);