TargetGroupInfo constructor

TargetGroupInfo({
  1. String? name,
})

Implementation

TargetGroupInfo({
  this.name,
});