toDto method
- OperationsCursor? cursor
Constructs a new DtoOperation from this OperationPurchaseDonationMixin.
Implementation
DtoOperation toDto(OperationsCursor? cursor) =>
DtoOperation(toModel(), ver, cursor: cursor);
Constructs a new DtoOperation from this OperationPurchaseDonationMixin.
DtoOperation toDto(OperationsCursor? cursor) =>
DtoOperation(toModel(), ver, cursor: cursor);