SubLabel constructor

SubLabel({
  1. String? subLabel,
  2. String? riskDescription,
  3. Details? details,
  4. bool? isRelatedLabel,
})

Implementation

SubLabel({
  this.subLabel,
  this.riskDescription,
  this.details,
  this.isRelatedLabel,
});