contentType property

  1. @override
MediaType contentType
override

The content type of an incoming request.

Implementation

@override
MediaType get contentType {
  return _contentType;
}