Target constructor

Target({
  1. String? targetAddress,
  2. String? targetType,
})

Implementation

Target({
  this.targetAddress,
  this.targetType,
});