MerchantLocation constructor

MerchantLocation({
  1. double? latitude,
  2. double? longitude,
})

Implementation

MerchantLocation({this.latitude, this.longitude});