UpgradeDependency constructor

UpgradeDependency({
  1. String? currentVersion,
  2. String? membership,
  3. String? resourceName,
  4. String? targetVersion,
})

Implementation

UpgradeDependency({
  this.currentVersion,
  this.membership,
  this.resourceName,
  this.targetVersion,
});