SkillDetails constructor

SkillDetails({
  1. List<String>? bulletPoints,
  2. DeveloperInfo? developerInfo,
  3. String? endUserLicenseAgreement,
  4. List<String>? genericKeywords,
  5. String? invocationPhrase,
  6. List<String>? newInThisVersionBulletPoints,
  7. String? productDescription,
  8. String? releaseDate,
  9. Map<String, String>? reviews,
  10. List<String>? skillTypes,
})

Implementation

SkillDetails({
  this.bulletPoints,
  this.developerInfo,
  this.endUserLicenseAgreement,
  this.genericKeywords,
  this.invocationPhrase,
  this.newInThisVersionBulletPoints,
  this.productDescription,
  this.releaseDate,
  this.reviews,
  this.skillTypes,
});