AttributeMap<T extends Attribute> constructor

AttributeMap<T extends Attribute>(
  1. Iterable<T> attributes
)

Implementation

factory AttributeMap(Iterable<T> attributes) {
  return AttributeMap._(_mergeMap(attributes));
}