CustomUpdateVersion constructor

CustomUpdateVersion({
  1. String? newVersion,
  2. String? redirectLink,
})

Implementation

CustomUpdateVersion({this.newVersion, this.redirectLink});