InteractionGoal constructor
Constructs a new InteractionGoal instance.
Requires type to be specified. elementIds is optional and defaults to an empty list.
Implementation
InteractionGoal({required this.type, this.elementIds = const []});
Constructs a new InteractionGoal instance.
Requires type to be specified. elementIds is optional and defaults to an empty list.
InteractionGoal({required this.type, this.elementIds = const []});