list method

Input list(
  1. String l
)

Implementation

Input list(String l) {
  attr('list', StringAttribute(l));
  return this;
}