InteractionSchema constructor
InteractionSchema({
- MapContentSchema? content,
- TransitionSchema? transition,
Returns a new InteractionSchema instance.
Implementation
InteractionSchema({
this.content,
this.transition,
});