updatedAt property

  1. @JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
DateTime updatedAt
final

The date of the last channel update

Implementation

@JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
final DateTime updatedAt;