SdkVersion constructor

SdkVersion({
  1. List<SdkBug>? bugs,
  2. String? sdkSupportStatus,
  3. String? version,
  4. String? versionDisplayName,
})

Implementation

SdkVersion({
  this.bugs,
  this.sdkSupportStatus,
  this.version,
  this.versionDisplayName,
});