timestamp property

  1. @JsonKey.new(includeIfNull: false)
DateTime? timestamp
final

The ISO 8601 timestamp of the embed content

Implementation

@JsonKey(includeIfNull: false)
final DateTime? timestamp;