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.new(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
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