Node constructor
const
Node({
- String? id,
- String? root,
- String? previous,
- String? pathHash,
- NodeContent? content,
Implementation
const Node({
this.id,
this.root,
this.previous,
this.pathHash,
this.content,
});