$Shared06 constructor

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

Implementation

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