ErrorDataBackend constructor

ErrorDataBackend()

Implementation

ErrorDataBackend() : super() {
  /// This is needed because there is no way to test
  /// remove card error recovery otherwise as the card
  /// cannot be added in the first place.
  this.creditCards.add(getRandomCreditCardTemplate());
  this.creditCards.add(getRandomCreditCardTemplate());
}