formmethod method

Button formmethod(
  1. String fm
)

Implementation

Button formmethod(String fm) {
  attr('formmethod', StringAttribute(fm));
  return this;
}