unsupportedReason property
If isUnsupported is true
should return a reason message.
This can be used in tests to show the skip
reason.
Implementation
@override
String? get unsupportedReason =>
isUnsupported ? 'Docker Daemon NOT running!' : null;