NodeCreate constructor
const
NodeCreate({
- required String previous,
- String? pathHash,
- required NodeCreateContent content,
Implementation
const NodeCreate({
required this.previous,
this.pathHash,
required this.content,
});