YtYpay constructor

YtYpay({
  1. required String clientId,
  2. required String title,
  3. required double amount,
  4. required String backendUrl,
})

Implementation

YtYpay({
  required this.clientId,
  required this.title,
  required this.amount,
  required this.backendUrl,
  this.logo,
});