debugLastBuildLocalPathException property

Object? get debugLastBuildLocalPathException

Debug-only exception captured from the last buildLocalPath() attempt.

This value is populated when assertions are enabled, or when enableBuildLocalPathDiagnostics is true.

Implementation

Object? get debugLastBuildLocalPathException =>
    _debugLastBuildLocalPathException;