Version constructor Null safety

Version(
  1. dynamic xmlMajor,
  2. dynamic xmlMinor
)

Implementation

Version(this.xmlMajor, this.xmlMinor);