AttributeMap<T extends Attribute> constructor
AttributeMap<T extends Attribute> (
- Iterable<
T> attributes
Implementation
factory AttributeMap(Iterable<T> attributes) {
return AttributeMap._(_mergeMap(attributes));
}