isForwardRef property

bool isForwardRef

Returns true if the method is defined. This flag is used primarily in merge scenarios.

Implementation

bool get isForwardRef =>
    _implFlags & CorMethodImpl.miForwardRef == CorMethodImpl.miForwardRef;