updatedAt property

  1. @JsonKey(defaultValue: 0)
int updatedAt
final

The updated timestamp of the reaction event in milliseconds.

Implementation

@JsonKey(defaultValue: 0)
final int updatedAt;