name method

Iframe name(
  1. String n
)

Implementation

Iframe name(String n) {
  attr('name', StringAttribute(n));
  return this;
}