EditContactAddress constructor

EditContactAddress({
  1. Key? key,
  2. required MerchantData merchantData,
})

Implementation

EditContactAddress({Key? key,required this.merchantData}) : super(key: key);