smallerThan static method

bool smallerThan(
  1. ScreenType _screenTypeOption
)

Implementation

static bool smallerThan(ScreenType _screenTypeOption) {
    return _screenType.index < _screenTypeOption.index;
}