name property

  1. @override
String get name
override

Implementation

@override
String get name => asset.split('/').last.split('.').first;