SinglePackageChange constructor

SinglePackageChange({
  1. String? packageBody,
  2. String? packageDescription,
})

Implementation

SinglePackageChange({
  this.packageBody,
  this.packageDescription,
});