NetworkSpec constructor

NetworkSpec({
  1. bool enableInternetAccess = false,
  2. String network = '',
  3. String subnetwork = '',
})

Implementation

NetworkSpec({
  this.enableInternetAccess = false,
  this.network = '',
  this.subnetwork = '',
}) : super(fullyQualifiedName);