1 2 3 4 5 6
void main () { SourceFuncs foo = { null, null, () => { return false; }, null }; Source bar = null; foo.dispatch (bar, null); }