$Shared12 constructor

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

Implementation

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