canBind property

bool get canBind

Whether bind can build a canonical program without throwing.

Implementation

bool get canBind =>
    validationErrors.isEmpty &&
    unsupportedDefinitions.isEmpty &&
    !requiresAdapterOperations;