joinedAt property Null safety

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

Timestamp when current user joined on this channel

Implementation

@JsonKey(name: 'joined_ts', defaultValue: 0)
int joinedAt;