Wire class

A pseudowire that connects two Interconnect connections.

Constructors

Wire({bool? adminEnabled, List<WireEndpoint>? endpoints, String? label, WireProperties? wireProperties})
Wire.fromJson(Map json_)

Properties

adminEnabled bool?
Indicates whether the wire is enabled. When false, the wire is disabled.
getter/setter pair
endpoints List<WireEndpoint>?
Wire endpoints are specific Interconnect connections.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String?
A label that identifies the wire.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wireProperties WireProperties?
Properties of the wire.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited