feedback abstract method

Feedback? feedback({
  1. required bool isSoleMatch,
})

Should return the warning and suggestions regarding this match.

Implementation

Feedback? feedback({required bool isSoleMatch});