controller property
Implementation
static final controller = LinksCtrl(
make: (d) => LinkFractal.fromMap(d),
extend: EventFractal.controller,
attributes: [
Attr(
name: 'target',
format: FormatF.reference,
),
ExtendableF.attr,
],
);