tcHost property
String?
get
tcHost
Returns the tc.host value from ~/.testcontainers.properties, or null.
Implementation
String? get tcHost => tcProperties['tc.host'];
Returns the tc.host value from ~/.testcontainers.properties, or null.
String? get tcHost => tcProperties['tc.host'];