Port class
The Port class represents a port with an ID, maximum number of links, label, and position in Dart,
with methods for copying and converting to/from JSON.
Constructors
Properties
Methods
-
copyWith(
{Offset? position}) → Port -
The
copyWithfunction in Dart creates a newPortobject with updated properties. -
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