RawProjectMutation typedef
RawProjectMutation =
void Function(FFProject project)
Escape hatch callback that mutates the compiled FFProject directly.
Prefer typed DSL APIs first. Use this only when the current public DSL surface cannot express the required behavior.
Implementation
typedef RawProjectMutation = void Function(FFProject project);