DbNode constructor
DbNode({
- String? name,
- DbNodeProperties? properties,
Implementation
DbNode({
this.name,
this.properties,
});
DbNode({
this.name,
this.properties,
});