Wire constructor
Wire({
- bool? adminEnabled,
- List<
WireEndpoint> endpoints = const [], - String? label,
- WireProperties? wireProperties,
Implementation
Wire({
this.adminEnabled,
this.endpoints = const [],
this.label,
this.wireProperties,
}) : super(fullyQualifiedName);