DataflowEndpoint class

Information about a dataflow endpoint.

Constructors

DataflowEndpoint({SocketAddress? address, int? mtu, String? name, EndpointStatus? status})
DataflowEndpoint.fromJson(Map<String, dynamic> json)
factory

Properties

address SocketAddress?
Socket address of a dataflow endpoint.
final
hashCode int
The hash code for this object.
no setterinherited
mtu int?
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
final
name String?
Name of a dataflow endpoint.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status EndpointStatus?
Status of a dataflow endpoint.
final

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