NERtcVersion constructor

NERtcVersion({
  1. String? versionName,
  2. int? versionCode,
  3. String? buildType,
  4. String? buildDate,
  5. String? buildRevision,
  6. String? buildHost,
  7. String? serverEnv,
  8. String? buildBranch,
  9. String? engineRevision,
})

Implementation

NERtcVersion({
  this.versionName,
  this.versionCode,
  this.buildType,
  this.buildDate,
  this.buildRevision,
  this.buildHost,
  this.serverEnv,
  this.buildBranch,
  this.engineRevision,
});