Behavior constructor
Behavior({})
Implementation
Behavior(
{this.type = BehaviorType.speak,
required this.character,
this.dialog,
this.branch,
this.position,
this.state,
this.sound,
this.characterImage});