Notification constructor

Notification({
  1. Map<String, String>? customAttributes,
  2. String? etag,
  3. List<String>? eventTypes,
  4. String? id,
  5. String? kind,
  6. String? objectNamePrefix,
  7. String? payloadFormat,
  8. String? selfLink,
  9. String? topic,
})

Implementation

Notification({
  this.customAttributes,
  this.etag,
  this.eventTypes,
  this.id,
  this.kind,
  this.objectNamePrefix,
  this.payloadFormat,
  this.selfLink,
  this.topic,
});