FlipKeyWordPair constructor

FlipKeyWordPair({
  1. List<int> words,
  2. bool used,
  3. int id,
})

Implementation

FlipKeyWordPair({
  this.words,
  this.used,
  this.id,
});