RemoveNode constructor

RemoveNode({
  1. required String id,
})

Create a new RemoveNode command object

Implementation

RemoveNode({
  required this.id,
});