append method

void append(
  1. List<String> attributes
)
inherited

Append attributes.

Implementation

void append(List<String> attributes) {
  _runtimeAppends.addAll(attributes);
}