Version constructor

Version({
  1. dynamic current,
  2. dynamic available,
})

Implementation

Version({this.current, this.available});