GhosttyTerminalPtySessionConfig class final

Constructors

GhosttyTerminalPtySessionConfig({int rows = 24, int cols = 80, int readChunkSize = 4096, Duration pollInterval = const Duration(milliseconds: 10), GhosttyTerminalPtyTransport? transport})
const

Properties

cols int
final
hashCode int
The hash code for this object.
no setterinherited
pollInterval Duration
final
readChunkSize int
final
rows int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transport GhosttyTerminalPtyTransport?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited