getCacheTintableFilename method Null safety

String getCacheTintableFilename(
  1. String filename
)

Returns the path to the asset cached tintable file.

Implementation

@protected
String getCacheTintableFilename(final String filename) =>
    'assets/cacheTintable/$filename';