getCacheFilename method Null safety

String getCacheFilename(
  1. String filename
)

Returns the path to the asset cached file (not tintable version).

Implementation

@protected
String getCacheFilename(final String filename) => 'assets/cache/$filename';