GrxAddressValidationException constructor

const GrxAddressValidationException({
  1. required Map<String, List<String>> fieldErrors,
})

Implementation

const GrxAddressValidationException({required this.fieldErrors});