StarSubscriptionTypeChannel constructor

StarSubscriptionTypeChannel({
  1. required bool canReuse,
  2. required String inviteLink,
})

Implementation

StarSubscriptionTypeChannel({
  required this.canReuse,
  required this.inviteLink,
});