shellFamily property

  1. @override
ShellFamily get shellFamily
override

The command-language family of the remote shell (available once opened completes; posix until then and for older nodes). The interactive host uses it to pick the matching ShellDialect.

Implementation

@override
ShellFamily get shellFamily => _shellFamily;