TargetAppeared constructor

const TargetAppeared({
  1. required String targetId,
})

Implementation

const TargetAppeared({required this.targetId});