VersionResponseFields constructor

const VersionResponseFields({
  1. String version = 'version',
  2. String build = 'build',
  3. String apkUrl = 'apk',
  4. String? versionString,
  5. String? releaseNotes,
  6. String? minVersion,
  7. String? isRequired,
})

Implementation

const VersionResponseFields({
  this.version = 'version',
  this.build = 'build',
  this.apkUrl = 'apk',
  this.versionString,
  this.releaseNotes,
  this.minVersion,
  this.isRequired,
});