PactApiError constructor

PactApiError({
  1. required String error,
})

Implementation

PactApiError({
  required this.error,
});