Registration constructor
Registration({
- CloudPubsubTopic? cloudPubsubTopic,
- String? expiryTime,
- Feed? feed,
- String? registrationId,
Implementation
Registration({
this.cloudPubsubTopic,
this.expiryTime,
this.feed,
this.registrationId,
});