debugLastBuildLocalPathFailureReason property

String? get debugLastBuildLocalPathFailureReason

Debug-only failure reason for the last buildLocalPath() attempt.

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

Implementation

String? get debugLastBuildLocalPathFailureReason =>
    _debugLastBuildLocalPathFailureReason;