WidgetData constructor
WidgetData({
- String? pg,
- String? method,
- String? walletId,
- List<
WidgetTerm> ? selectTerms, - String? currency,
- bool? termPassed,
- bool? completed,
- WidgetExtra? extra,
Implementation
WidgetData({this.pg, this.method, this.walletId, this.selectTerms, this.currency, this.termPassed, this.completed, this.extra});