contentType property

String? contentType

Declares the media type IANA.MediaTypes the secured content (the payload) of the JsonWebSignature or JsonWebEncryption.

Implementation

String? get contentType => getTyped('cty');