operator >= method

bool operator >=(
  1. ScreenSize other
)

Comparison operators

Implementation

bool operator >=(ScreenSize other) => index >= other.index;