VtOscCommand constructor

const VtOscCommand({
  1. required GhosttyOscCommandType type,
  2. String? windowTitle,
})

Implementation

const VtOscCommand({required this.type, this.windowTitle});