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,
})

Implementation

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