localFvmPath property

  1. @MappableField()
String localFvmPath

Retrieves the local FVM path of the project.

This is the directory where FVM stores its configuration files.

Implementation

@MappableField()
String get localFvmPath => _fvmPath(path);