inDocker property Null safety

bool inDocker
late, final

Returns true if we are running in a docker shell

Implementation

static late final bool inDocker = exists('/.dockerenv');