NodeUpdate constructor

const NodeUpdate({
  1. String? pathHash,
  2. NodeUpdateContent? content,
})

Implementation

const NodeUpdate({
  this.pathHash,
  this.content,
});