name method

Select name(
  1. String n
)

Implementation

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