SdkVersion constructor

SdkVersion({
  1. int? min,
})

Implementation

SdkVersion({
  this.min,
});