melosToolPath property

String melosToolPath
latefinal

Returns a string path to the 'melos_tool' directory in this workspace.

This directory should be git ignored and is used by Melos for temporary tasks such as pub install.

Implementation

late final String melosToolPath = p.join(path, '.dart_tool', 'melos_tool');