get_shell property

String? get get_shell

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

String? get get_shell {
  return shellStatic.invoke(
    isUseStatic: is_use_static,
    onData: () {
      return sys_info.shellInfo;
    },
  );
}