createdAt property

DateTime? get createdAt
inherited

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.
DateTime? get createdAt;