accept method

Input accept(
  1. String a
)

Implementation

Input accept(String a) {
  attr('accept', StringAttribute(a));
  return this;
}