contentType property

  1. @BuiltValueField(wireName: r'content_type')
String? contentType

The format to POST the data in, either application/json or application/x-www-form-urlencoded

Implementation

@BuiltValueField(wireName: r'content_type')
String? get contentType;