GetMethodsParams.withCurrency constructor
GetMethodsParams.withCurrency({})
Implementation
GetMethodsParams.withCurrency({
required this.currency,
this.customer,
this.flowId,
this.amount,
}) : assert(currency != null);