target method

Base target(
  1. String t
)

Implementation

Base target(String t) {
  attr('target', StringAttribute(t));
  return this;
}