target method

Area target(
  1. String t
)

Implementation

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