delegateCapability top-level constant
_DelegateCapability
const delegateCapability
Capability instance giving support for the delegate
method on instance
mirrors when it leads to invocation of a method where instance invocation
is supported. Also implies support for translation of Symbols of covered
members to their corresponding Strings.
Implementation
const delegateCapability = _DelegateCapability();