MemberSubscriptionEntity constructor

MemberSubscriptionEntity({
  1. String? appId,
})

Implementation

MemberSubscriptionEntity({
  this.appId,
});