SoftwareInfoDTO constructor
SoftwareInfoDTO({})
Implementation
SoftwareInfoDTO(
{this.links,
this.buildChangeSet,
this.buildDate,
bool? isLicensedForUse,
this.platformVersion,
this.version})
: isLicensedForUse = isLicensedForUse ?? false;