DecodedContent constructor
*[<Null safety>](https://dart.dev/null-safety)*
DecodedContent(ContentTypeId contentType, Object content)
Implementation
DecodedContent(this.contentType, this.content);
*[<Null safety>](https://dart.dev/null-safety)*
DecodedContent(ContentTypeId contentType, Object content)
DecodedContent(this.contentType, this.content);