FlodValidateInterceptor constructor

FlodValidateInterceptor({
  1. required Validator schema,
  2. JsonGuard? guard,
  3. dynamic extractData(
    1. Response response
    )?,
})

Implementation

FlodValidateInterceptor({
  required this.schema,
  this.guard,
  this.extractData,
});