WidgetData constructor

WidgetData({
  1. String? pg,
  2. String? method,
  3. String? walletId,
  4. List<WidgetTerm>? selectTerms,
  5. String? currency,
  6. bool? termPassed,
  7. bool? completed,
  8. WidgetExtra? extra,
  9. String? methodOriginSymbol,
  10. String? methodSymbol,
  11. String? easyPay,
  12. String? cardQuota,
})

Implementation

WidgetData({
  this.pg,
  this.method,
  this.walletId,
  this.selectTerms,
  this.currency,
  this.termPassed,
  this.completed,
  this.extra,
  this.methodOriginSymbol,
  this.methodSymbol,
  this.easyPay,
  this.cardQuota,
});