InfoType constructor
InfoType({
- String? name,
- SensitivityScore? sensitivityScore,
- String? version,
Implementation
InfoType({this.name, this.sensitivityScore, this.version});