RegionsVersion constructor

RegionsVersion({
  1. String? version,
})

Implementation

RegionsVersion({
  this.version,
});