attributes constant

List<Attribute> const attributes

Implementation

static const List<Attribute> attributes = [
  Attributes.charset,
  Attributes.content,
  Attributes.httpEquiv,
  Attributes.name,
];