targetCustom method

A targetCustom(
  1. String value
)

Implementation

A targetCustom(String value) {
  attr('target', StringAttribute(value));
  return this;
}