isWatch property
bool
get
isWatch
Is screenType ScreenType.Watch
Implementation
bool get isWatch => (screenType == ScreenType.watch);
Is screenType ScreenType.Watch
bool get isWatch => (screenType == ScreenType.watch);