startScriptName property Null safety
override
Returns the name of the shell's startup script or configuration file e.g. .bashrc
Implementation
@override
// ignore: only_throw_errors
String get startScriptName => throw UnimplementedError;
Returns the name of the shell's startup script or configuration file e.g. .bashrc
@override
// ignore: only_throw_errors
String get startScriptName => throw UnimplementedError;