onChanged property
Callback function to notify about changes to the program.
Changes can include the addition, modification, re-ordering and deletion of statements and custom functions.
Implementation
final Function(DartBlockProgram changedDartBlockProgram)? onChanged;