copyWith method
Implementation
StarSubscriptionTypeChannel copyWith({bool? canReuse, String? inviteLink}) =>
StarSubscriptionTypeChannel(
canReuse: canReuse ?? this.canReuse,
inviteLink: inviteLink ?? this.inviteLink,
);
StarSubscriptionTypeChannel copyWith({bool? canReuse, String? inviteLink}) =>
StarSubscriptionTypeChannel(
canReuse: canReuse ?? this.canReuse,
inviteLink: inviteLink ?? this.inviteLink,
);