Wire constructor
Wire({
- bool? adminEnabled,
- List<
WireEndpoint> ? endpoints, - String? label,
- WireProperties? wireProperties,
Implementation
Wire({this.adminEnabled, this.endpoints, this.label, this.wireProperties});