Wire constructor

Wire({
  1. bool? adminEnabled,
  2. List<WireEndpoint> endpoints = const [],
  3. String? label,
  4. WireProperties? wireProperties,
})

Implementation

Wire({
  this.adminEnabled,
  this.endpoints = const [],
  this.label,
  this.wireProperties,
}) : super(fullyQualifiedName);