contentEncoding property

  1. @override
String? contentEncoding
override

Specifies the encoding used to store the contents, as specified in RFC 2045 (Section 6.1) and RFC 4648.

Implementation

@override
String? get contentEncoding => dataSchema?.contentEncoding;