isDirect property
For most bindings, Angular will generate a checkBinding() call before assigning the source expression to the target.
For a direct binding, we can skip this check. This assumes that either the source is immutable, or that the target will handle the dirty checking itself.
Implementation
final bool isDirect;