CellKitRenewalDTO constructor

const CellKitRenewalDTO({
  1. String? requestId,
  2. String? sapAccountNumber,
  3. List<CellKitRenewalItem>? items,
})

Implementation

const CellKitRenewalDTO({
  this.requestId,
  this.sapAccountNumber,
  this.items,
});