Wire constructor

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

Implementation

Wire({this.adminEnabled, this.endpoints, this.label, this.wireProperties});