Compatibility constructor

Compatibility({
  1. String? clusterVersion,
  2. bool? defaultVersion,
  3. List<String>? platformVersions,
})

Implementation

Compatibility({
  this.clusterVersion,
  this.defaultVersion,
  this.platformVersions,
});