createdAt property

  1. @JsonKey(includeIfNull: false)
DateTime? createdAt
final

When the reaction was created.

Implementation

@JsonKey(includeIfNull: false)
final DateTime? createdAt;