attributes constant

List<Attribute> const attributes

Implementation

static const List<Attribute> attributes = [
  Attributes.async,
  Attributes.defer,
  Attributes.src,
  Attributes.type,
];