Network constructor

Network({
  1. String? name,
})

Implementation

Network({
  this.name,
});