fileName property

String get fileName

Name of the represented file.

Implementation

String get fileName => href.split('/').last;