CustomTarget constructor

CustomTarget({
  1. String? customTargetType,
})

Implementation

CustomTarget({
  this.customTargetType,
});