SelectedCartoffers constructor

SelectedCartoffers({
  1. String? id,
  2. String? isAttached,
  3. String? pog,
  4. String? quantity,
  5. bool? autoRefill,
  6. bool? recommended,
  7. String? assetId,
  8. String? startRange,
  9. String? productCode,
  10. String? endRange,
})

Implementation

SelectedCartoffers(
    {this.id,
    this.isAttached,
    this.pog,
    this.quantity,
    this.autoRefill,
    this.recommended,
    this.assetId,
    this.startRange,
    this.productCode,
    this.endRange});