invitedAt property Null safety

  1. @JsonKey(defaultValue: 0)
int invitedAt
read / write

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

Implementation

@JsonKey(defaultValue: 0)
int invitedAt;