isFunctionReference property
bool
get
isFunctionReference
Whether this constant represents a function reference.
Implementation
bool get isFunctionReference => this is ConstFunctionReference;
Whether this constant represents a function reference.
bool get isFunctionReference => this is ConstFunctionReference;