startScriptName property

  1. @override
String startScriptName
override

Returns the name of the shell's startup script or configuration file e.g. .bashrc

Implementation

@override
String get startScriptName {
  // ignore: only_throw_errors
  throw UnimplementedError;
}