Version constructor

Version(
  1. String libVersion,
  2. String sourceId,
  3. int versionNumber
)

Construct a version from the individual components.

Implementation

Version(this.libVersion, this.sourceId, this.versionNumber);