method takeAttributes


void takeAttributes()

Source

void takeAttributes() {
  if (_element._publishLC == null) return;
  attributes.forEach(attributeToProperty);
}