late final Map<String, Attr> allAttributes = Map.fromEntries([ ...attributes, for (var ctrl in controllers) ...ctrl.attributes, ].map((attr) => MapEntry(attr.name, attr)));