fileName property

String fileName

Get File complete name

Implementation

String get fileName {
  return path.basename(this.path);
}