dartBlockFunction property

DartBlockFunction? dartBlockFunction
final

If the DartBlockFunction 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? dartBlockFunction;