cacheKey property

  1. @override
String get cacheKey
override

Identifies the model. A rebuild whose source has the same key keeps the loaded model; a different key discards it and loads the new source.

Implementation

@override
String get cacheKey => 'asset:$assetPath';