Install constructor

Install({
  1. String? installState,
  2. String? productId,
  3. int? versionCode,
})

Implementation

Install({
  this.installState,
  this.productId,
  this.versionCode,
});