UpdateAppValuesModel constructor

UpdateAppValuesModel({
  1. String? version,
  2. bool? mustUpdate,
  3. String? urlUpdate,
  4. int? dismissDuration,
})

Implementation

UpdateAppValuesModel({
  this.version,
  this.mustUpdate,
  this.urlUpdate,
  this.dismissDuration,
});