GooglePayParams.of constructor
GooglePayParams.of({})
Implementation
GooglePayParams.of(
{required String merchantId,
required int amount,
required String currency,
bool isSandbox = false})
: this._merchantId = merchantId,
this._amount = amount,
this._currency = currency,
this._isSandbox = isSandbox;