RemoveNode constructor
RemoveNode({
- required String id,
Create a new RemoveNode command object
Implementation
RemoveNode({
required this.id,
});
Create a new RemoveNode command object
RemoveNode({
required this.id,
});