Node constructor

Node({
  1. String? name,
})

Implementation

Node({
  this.name,
});