Transition constructor
Transition({})
Implementation
Transition({
this.action,
this.arguments = const {},
required this.event,
this.guard,
required this.source,
required this.target,
}) {
_checkArguments();
}