NewVersion constructor

NewVersion(
  1. String message,
  2. Version _version
)

Implementation

NewVersion(this.message, this._version);