fileFullName property

String get fileFullName

Implementation

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