method constant

Attribute const method

Implementation

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