PortMapping class

An object representing a port mapping.

Constructors

PortMapping({required int applicationPort, required int jobPort, bool? enableOnPublicIp})
PortMapping.fromJson(Map<String, dynamic> json)
factory

Properties

applicationPort int
The port number on the application.
final
enableOnPublicIp bool?
A Boolean indicating whether to enable this port mapping on public IP.
final
hashCode int
The hash code for this object.
no setterinherited
jobPort int
The port number on the simulation job instance to use as a remote connection point.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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