SupportedVersion constructor
SupportedVersion(
- dynamic xmlMajor,
- dynamic xmlMinor
Implementation
SupportedVersion(this.xmlMajor, this.xmlMinor);
SupportedVersion(this.xmlMajor, this.xmlMinor);