fileName property

String? get fileName

Implementation

String? get fileName {
  return path.split("/").last.split('.').first;
}