operator > method

bool operator >(
  1. ScreenSize other
)

Implementation

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