Event constructor

Event(
  1. String id,
  2. String createTime,
  3. String resourceType,
  4. String eventVersion,
  5. String eventType,
  6. String summary,
  7. String? resourceVersion,
  8. dynamic resource,
  9. List<LinkDescription> links,
)

Implementation

Event(
    this.id,
    this.createTime,
    this.resourceType,
    this.eventVersion,
    this.eventType,
    this.summary,
    this.resourceVersion,
    this.resource,
    this.links);