localVersionsCachePath property

  1. @MappableField()
String localVersionsCachePath

Retrieves the local FVM cache path of the project.

This is the directory where Flutter SDK versions are cached.

Implementation

@MappableField()
String get localVersionsCachePath {
  return join(_fvmPath(path), 'versions');
}