isWatch property

bool isWatch

Is screenType ScreenType.Watch

Implementation

bool get isWatch => (screenType == ScreenType.watch);