defaultIsccPath property

String get defaultIsccPath

The absolute path to ISCC.exe for defaultVersion.

Convenience for isccPath; asserts the default version is installed (callers ensure that beforehand).

Implementation

String get defaultIsccPath => isccPath(defaultVersion)!;