PolicyTopic constructor

PolicyTopic({
  1. bool? mustFix,
  2. String? topic,
})

Implementation

PolicyTopic({
  this.mustFix,
  this.topic,
});