CurrentOperation.empty constructor

CurrentOperation.empty({
  1. String idempotenceKeyERN = '',
  2. String currentClientId = '',
  3. double amount = 0.0,
  4. OrganizationPosTerminalSber? selectOrganization,
  5. String? retrievalReferenceNumber,
})

Implementation

CurrentOperation.empty({
  this.idempotenceKeyERN = '',
  this.currentClientId = '',
  this.amount = 0.0,
  this.selectOrganization,
  this.retrievalReferenceNumber,
});