method function

Attribute<MethodAttr> method(
  1. String value
)

Implementation

Attribute<MethodAttr> method(String value) {
  return Attribute('method', value);
}