Version constructor

Version({
  1. String? count,
  2. String? version,
})

Implementation

Version({this.count, this.version});