Registration constructor

Registration({
  1. CloudPubsubTopic? cloudPubsubTopic,
  2. String? expiryTime,
  3. Feed? feed,
  4. String? registrationId,
})

Implementation

Registration({
  this.cloudPubsubTopic,
  this.expiryTime,
  this.feed,
  this.registrationId,
});