forId constant

Attribute const forId

Implementation

static const forId = Attribute(
  name: 'for',
  type: 'final String? forId;',
  init: 'this.forId',
  html: 'if (forId != null) \' for="\$forId!"\'',
);