controller property
Implementation
static final controller = DeviceCtrl(
make: (d) => DeviceFractal.fromMap(d),
attributes: [
Attr(
name: 'eth',
format: FormatF.text,
canNull: true,
),
...SigningMix.attributes,
],
extend: NodeFractal.controller,
);