VersionModel constructor

VersionModel({
  1. String? appLink,
  2. String? detail,
  3. int? updateState,
  4. String? version,
})

Implementation

VersionModel({this.appLink, this.detail, this.updateState, this.version});