String generate(Allocate allocate) { final generator = StateGenerator(allocate: allocate); final source = generator.generate(this); return source; }