Branch constructor
Branch({})
Implementation
Branch({
required this.id,
required this.description,
required this.targetSceneId,
this.valueEffects,
this.condition,
});
Branch({
required this.id,
required this.description,
required this.targetSceneId,
this.valueEffects,
this.condition,
});