Target constructor
Target({
- required TargetType type,
- String? id,
Implementation
Target({
required this.type,
this.id,
});
Target({
required this.type,
this.id,
});