AppInfo constructor
AppInfo({})
Implementation
AppInfo(
{required this.appName,
required this.appId,
required this.category,
required this.appEmail,
required this.appPassphrase,
this.deviceName});