static String generateEventFile(String className, String bPath) { return ''' part of '$bPath'; @immutable sealed class ${className}Event {} '''; }