controller property
Implementation
static final controller = InteractionCtrl(
extend: EventFractal.controller,
make: (d) => switch (d) {
MP() => InteractionFractal.fromMap(d),
_ => throw ('wrong')
},
);
static final controller = InteractionCtrl(
extend: EventFractal.controller,
make: (d) => switch (d) {
MP() => InteractionFractal.fromMap(d),
_ => throw ('wrong')
},
);