relA constant

Attribute const relA

Implementation

static const relA = Attribute(
  name: 'rel',
  type: 'final RelA? rel;',
  html: 'if (rel != null) \' rel="\${mapperRelA(rel!)}"\'',
);