PusherMember constructor

PusherMember(
  1. String userId,
  2. dynamic userInfo
)

Implementation

PusherMember(this.userId, this.userInfo);