ServicePortRuntimeState constructor
ServicePortRuntimeState({})
Implementation
ServicePortRuntimeState({
required this.num,
required this.liveness,
required this.livenessStatus,
required this.lastCheckedAt,
required this.lastError,
});