allAttributes property

Map<String, Attr> allAttributes
latefinal

Implementation

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