customFunction property

DartBlockFunction? customFunction
final

If the custom function being called by this statement cannot be found, this field is null. A warning should be shown in that case to tell the user to update this statement to fix the issue.

Implementation

final DartBlockFunction? customFunction;