DynamicDescriptor constructor

DynamicDescriptor({
  1. String? merchantName,
  2. String? cityName,
  3. String? countryCode,
})

Implementation

DynamicDescriptor({this.merchantName, this.cityName, this.countryCode});