getUniqueName method

String getUniqueName()

Returns a unique name for the asset, combining the package name and file name.

Implementation

String getUniqueName() => "${_packageName}_${_fileName.split(".").first}";