menu
datahub package
documentation
test.dart
ServicePort
ServicePort.new const constructor
ServicePort.new const constructor
dark_mode
light_mode
ServicePort
constructor
const
ServicePort
(
{
required
String
name
,
required
int
containerPort
,
required
int
hostPort
,
})
Implementation
const ServicePort({ required this.name, required this.containerPort, required this.hostPort, });
datahub package
documentation
test
ServicePort
ServicePort.new const constructor
ServicePort class