menu
xterm2 package
documentation
core.dart
CellOffset
isEqual method
isEqual method
dark_mode
light_mode
isEqual
method
bool
isEqual
(
CellOffset
other
)
Implementation
bool isEqual(CellOffset other) { return other.x == x && other.y == y; }
xterm2 package
documentation
core
CellOffset
isEqual method
CellOffset class