AttrStatement class

An attribute statement.

Implemented types

Constructors

AttrStatement(AttrTarget target, AttrList attrList)
const
AttrStatement.withType(AttrTarget type, Map<String, String> attributes)
Create an attribute statement with a given type and a mapping of attributes by name to value.
factory

Properties

attrList AttrList
The list of attributes to apply.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target AttrTarget
The target of this statement.
final

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