BtcPurchaseWidget<T extends StatefulWidget> constructor

BtcPurchaseWidget<T extends StatefulWidget>(
  1. List<String> purchase_ids,
  2. String purchase_type,
  3. List<String>? purchase_other_ids,
  4. String? purchase_other_type,
)

Implementation

BtcPurchaseWidget(this.purchase_ids, this.purchase_type, this.purchase_other_ids, this.purchase_other_type) :
  assert(purchase_type != purchase_other_type );