Device constructor
Device({})
Implementation
Device(
{required this.isTablet,
required this.isPhone,
required this.isIos,
required this.isAndroid,
required this.isIphoneX,
required this.hasNotch});