port property
String
get
port
Implementation
String get port => spec.paths.isEmpty ? '' : spec.paths.first.targetPort?.toString() ?? '';
String get port => spec.paths.isEmpty ? '' : spec.paths.first.targetPort?.toString() ?? '';