CurrentOperation.empty constructor
CurrentOperation.empty({
- String idempotenceKeyERN = '',
- String currentClientId = '',
- double amount = 0.0,
- OrganizationPosTerminalSber? selectOrganization,
- String? retrievalReferenceNumber,
Implementation
CurrentOperation.empty({
this.idempotenceKeyERN = '',
this.currentClientId = '',
this.amount = 0.0,
this.selectOrganization,
this.retrievalReferenceNumber,
});