$Shared14 constructor

$Shared14({
  1. String? osShortName,
  2. String? osVersion,
})

Implementation

$Shared14({
  this.osShortName,
  this.osVersion,
});