FBLogPurchaseCommand constructor

FBLogPurchaseCommand({
  1. required double amount,
  2. required String currency,
  3. required Map<String, String> eventParameter,
})

Implementation

FBLogPurchaseCommand({
  required this.amount,
  required this.currency,
  required this.eventParameter,
});