target method

Form target(
  1. String t
)

Implementation

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