AppticsDeviceInfo constructor
AppticsDeviceInfo({})
Implementation
AppticsDeviceInfo({
required this.appVersionName,
required this.appversionCode,
required this.timezone,
required this.os,
required this.osVersion,
required this.appticsAppVersionId,
required this.appticsAppVersionCodeId,
required this.appticsFrameworkId,
required this.appticsPlatformId
});