createdAt property

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

The date of the reaction

Implementation

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