InfoType constructor

InfoType({
  1. String? name,
  2. SensitivityScore? sensitivityScore,
  3. String? version,
})

Implementation

InfoType({this.name, this.sensitivityScore, this.version});