Subscriber constructor
Subscriber({
- String? address,
- SubscriberStatus? status,
- SubscriberType? type,
Implementation
Subscriber({
this.address,
this.status,
this.type,
});