MerchantInfo constructor

const MerchantInfo({
  1. required String name,
  2. String? iconUrl,
})

Implementation

const factory MerchantInfo({required String name, String? iconUrl}) =
    _MerchantInfo;