Version constructor Null safety

Version(
  1. {String? string}
)

Implementation

Version({
  this.string,
});