AttrList class

A list of attributes.

The actual attributes are further split into more lists, represented by an AList instance. Use AttrList.fromAttributes to skip creating an AList.

Constructors

AttrList(List<AList> aLists)
const
AttrList.fromAttributes(Map<String, String> attributes)
Create an attribute list from a mapping of attributes by name to value.
factory

Properties

aLists List<AList>
The backing ALists that contain the attribute data.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override