target constant

Attribute const target

Implementation

static const target = Attribute(
  name: 'target',
  type: 'final TargetA? target;',
  html: 'if (target != null) \' target="\${target!.build()}"\'',
);