joinedAt property

  1. @JsonKey(name: 'joined_ts')
int joinedAt
read / write

The timestamp when the current user joined.

Implementation

@JsonKey(name: 'joined_ts')
int joinedAt;