getFileName method

String getFileName()

Implementation

String getFileName() {
  String fileName = this.split('/').last;
  return fileName;
}