formMethod constant

Attribute const formMethod

Implementation

static const formMethod = Attribute(
  name: 'formmethod',
  type: 'final FormMethod? formmethod;',
  html:
      'if (formmethod != null) \' formmethod="\${mapperFormMethod(formmethod!)}"\'',
);