$Shared04 constructor

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

Implementation

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