DbNode constructor

DbNode({
  1. String? name,
  2. DbNodeProperties? properties,
})

Implementation

DbNode({this.name, this.properties});