Version constructor Null safety

Version(
  1. {String? no,
  2. bool? available,
  3. double? serial}
)

Implementation

Version({
  this.no,
  this.available,
  this.serial,
});