DeviceInfoModel constructor
DeviceInfoModel({})
Implementation
DeviceInfoModel({
this.systemName = '',
this.isPhysicalDevice = false,
this.model = '',
this.localizedModel = '',
this.name = '',
this.identifierForVendor = '',
this.userName = '',
this.fcmOldToken = '',
this.fcmNewToken = '',
this.buildName = '',
this.buildNumber = '',
});