updatedAt property

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

When the report was last updated

Implementation

@JsonKey(toJson: iso8601) DateTime get createdAt;/// When the report was last updated
@JsonKey(toJson: iso8601) DateTime? get updatedAt;