String toDeclarationStrings(String className) { return where((e) => e.name != null).map((e) => e.toDeclaration(className)).join('\n').trim(); }