PostContent class

Data structure for the content of a post

Constructors

PostContent(String title, Body body, String domain, String url, String? thumbUrl, String? embedUrl)
const

Properties

body Body
data'body'; 'body_html'
final
domain String
data'domain'
final
embedUrl String?
data'embed_url'
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbUrl String?
data'thumb_url'
final
title String
data'title'
final
url String
data'url'
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited