Skip to main content

DecodedContent constructor

*[<Null safety>](https://dart.dev/null-safety)*

DecodedContent(ContentTypeId contentType, Object content)

Implementation

DecodedContent(this.contentType, this.content);