SoftwareVersion constructor

SoftwareVersion({
  1. String? softwareVersion,
})

Implementation

SoftwareVersion({
  this.softwareVersion,
});