LokotroMerchantInfo constructor

const LokotroMerchantInfo({
  1. required String name,
  2. String? url,
})

Implementation

const LokotroMerchantInfo({
  required this.name,
  this.url,
  this.logo,
});