createdAt property

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

The date of channel creation

Implementation

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