menu
dt
terminal.dart
Frame
Frame constructor
Frame
dark_mode
light_mode
Frame
constructor
Frame
(
Buffer
_buffer
,
[
int
count
=
0
]
)
Creates a new frame from the given buffer and
count
.
Implementation
Frame(this._buffer, [this.count = 0]);
dt
terminal
Frame
Frame constructor
Frame class