MultipartInterceptor constructor

const MultipartInterceptor({
  1. String? defaultContentType = 'application/json',
})

Implementation

const MultipartInterceptor({
  this.defaultContentType = 'application/json',
});