SwipInfo constructor

SwipInfo(
  1. int cardIndex,
  2. SwipDirection direction
)

Implementation

SwipInfo(
  this.cardIndex,
  this.direction,
);