DwmPlatformVersion constructor
const
DwmPlatformVersion({})
Implementation
const DwmPlatformVersion({
required this.major,
required this.minor,
required this.build,
this.platformId,
bool? isServer,
String? name,
}) : _isServer = isServer,
_name = name;