RxChatMember constructor

RxChatMember(
  1. RxUser user,
  2. PreciseDateTime joinedAt
)

Implementation

RxChatMember(this.user, this.joinedAt);