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