fileName property
String
get
fileName
Name of the represented file.
Implementation
String get fileName => href.split('/').last;
Name of the represented file.
String get fileName => href.split('/').last;