target method

A target(
  1. Target target
)

Implementation

A target(Target target) {
  attr('target', StringAttribute(target.value));
  return this;
}