updatedAt property

  1. @JsonKey.new(toJson: iso8601)
DateTime? get updatedAt
inherited

When the external content was updated, if available.

Implementation

@JsonKey(toJson: iso8601) DateTime? get createdAt;/// When the external content was updated, if available.
@JsonKey(toJson: iso8601) DateTime? get updatedAt;