inDocker property Null safety
late, final
Returns true if we are running in a docker shell
Implementation
static late final bool inDocker = exists('/.dockerenv');
Returns true if we are running in a docker shell
static late final bool inDocker = exists('/.dockerenv');