name property
String
get
name
The short name of this object, which is the last component of the full path.
For example, if fullPath is 'full/path/image.png', name is 'image.png'.
Implementation
String get name => _delegate.name;