isWatch property

bool get isWatch

Is screenType ScreenType.Watch

Implementation

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