controller property

DeviceCtrl<DeviceFractal> controller
final

Implementation

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