controller property
Implementation
static final controller = AppCtrl(
extend: NodeFractal.controller,
make: (d) => switch (d) {
MP() => AppFractal.fromMap(d),
// String s => AppFractal(),
_ => throw (),
},
);
static final controller = AppCtrl(
extend: NodeFractal.controller,
make: (d) => switch (d) {
MP() => AppFractal.fromMap(d),
// String s => AppFractal(),
_ => throw (),
},
);