CheckUpgradeRequest constructor

CheckUpgradeRequest({
  1. String? imageVersion,
})

Implementation

CheckUpgradeRequest({
  this.imageVersion,
});