cacheKey property

String get cacheKey

Returns a unique cache key for this dependency.

Format: {name}@{version}

Implementation

String get cacheKey => '$name@$version';