createdAt property
When the external content was created, if available. Example: a publication date, for an article.
Implementation
String get $type; String get uri; String get title; String get description; String? get thumb;/// When the external content was created, if available. Example: a publication date, for an article.
@JsonKey(toJson: iso8601) DateTime? get createdAt;