InteractionSchema constructor

InteractionSchema({
  1. MapContentSchema? content,
  2. TransitionSchema? transition,
})

Returns a new InteractionSchema instance.

Implementation

InteractionSchema({
  this.content,
  this.transition,
});