name method

Meta name(
  1. String n
)

Implementation

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