SubscriberFeedResponse constructor
SubscriberFeedResponse({})
Implementation
SubscriberFeedResponse({
required this.id,
this.firstName,
this.lastName,
this.avatar,
required this.subscriberId,
});
SubscriberFeedResponse({
required this.id,
this.firstName,
this.lastName,
this.avatar,
required this.subscriberId,
});