invitedAt property

  1. @JsonKey(defaultValue: 0)
int invitedAt
getter/setter pair

Timestamp when current user got a invitation from other user in the channel

Implementation

@JsonKey(defaultValue: 0)
int invitedAt;