WindowsMetadataVersions constructor

const WindowsMetadataVersions({
  1. String? wdk,
  2. String? win32,
  3. String? winrt,
})

Creates a new instance of WindowsMetadataVersions with the specified versions.

Implementation

const WindowsMetadataVersions({this.wdk, this.win32, this.winrt});