EasyPay constructor

const EasyPay({
  1. String? provider,
})

Implementation

const EasyPay({
  this.provider,
});