isFunctionReference property

bool get isFunctionReference

Whether this constant represents a function reference.

Implementation

bool get isFunctionReference => this is ConstFunctionReference;