Version constructor

Version({
  1. String? string,
})

Implementation

Version({
  this.string,
});