$Response constructor

$Response({
  1. String? upgradeImage,
  2. String? upgradeInfo,
  3. String? upgradeVersion,
  4. bool? upgradeable,
})

Implementation

$Response({
  this.upgradeImage,
  this.upgradeInfo,
  this.upgradeVersion,
  this.upgradeable,
});