AppInstanceUserMembershipSummary constructor

AppInstanceUserMembershipSummary({
  1. DateTime? readMarkerTimestamp,
  2. ChannelMembershipType? type,
})

Implementation

AppInstanceUserMembershipSummary({
  this.readMarkerTimestamp,
  this.type,
});