multipartFormDataContentType top-level property

ContentType multipartFormDataContentType
final

Content-Type: multipart/form-data

Implementation

final multipartFormDataContentType = ContentType(
  'multipart',
  'form-data',
);