hasStartScript property

  1. @override
bool hasStartScript
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 => true;