dockerBinaryPath property
String?
get
dockerBinaryPath
The Docker binary path.
Implementation
String? get dockerBinaryPath {
if (_dockerBinaryPath == null) throw StateError('Null _dockerBinaryPath');
return _dockerBinaryPath;
}