tcHost property

String? get tcHost

Returns the tc.host value from ~/.testcontainers.properties, or null.

Implementation

String? get tcHost => tcProperties['tc.host'];