hasStartScript property Null safety
override
True if this shell supports a start script or configuration file. e.g. a script that is run by the shell or a configuration file that is read when the shell starts.
Implementation
@override
bool get hasStartScript => env['ENV'] != null;