Version constructor

Version({
  1. String? version,
})

Returns a new Version instance.

Implementation

Version({
  this.version,
});