snapshot property

Latest cached snapshot.

Implementation

TerminalPaletteSnapshot get snapshot => TerminalPaletteSnapshot(
  foregroundHex: _foregroundHex,
  backgroundHex: _backgroundHex,
  cursorHex: _cursorHex,
  palette: Map<int, String>.unmodifiable(_palette),
);