titleInfo top-level property

String get titleInfo

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

Implementation

String get titleInfo {
  return "${(Process.runSync("id", [
        "-un",
      ])).stdout.toString().trim()}-${(Process.runSync("hostname", [
        "-f",
      ])).stdout.toString().trim()}";
}