logPurchaseCommandToPigeon static method
Implementation
static pigeon.FBLogPurchaseRequest logPurchaseCommandToPigeon(
FBLogPurchaseCommand command) {
return pigeon.FBLogPurchaseRequest(
amount: command.amount,
currency: command.currency,
eventParameter: command.eventParameter,
);
}