path property

  1. @override
String path
override

The path uniquely identifies this asset. It must be unique in the scope of AssetLoader.

Implementation

@override
String get path => file.path;