MoAppUpdateSelfOption constructor

MoAppUpdateSelfOption({
  1. String? infoUrl,
  2. String? infoStr,
  3. int? currentBuildNumber,
})

Implementation

MoAppUpdateSelfOption({this.infoUrl, this.infoStr, this.currentBuildNumber});