targetIdentity property

String get targetIdentity

Stable physical identity for matching references, never parsed as SQL.

Implementation

String get targetIdentity =>
    targetNamespace == null ? target : '$targetNamespace.$target';