CreateNodeOutput constructor

CreateNodeOutput({
  1. String? nodeId,
})

Implementation

CreateNodeOutput({
  this.nodeId,
});