Activity constructor

Activity({
  1. ActivityActor? actor,
  2. String? etag,
  3. List<ActivityEvents>? events,
  4. ActivityId? id,
  5. String? ipAddress,
  6. String? kind,
  7. String? ownerDomain,
})

Implementation

Activity({
  this.actor,
  this.etag,
  this.events,
  this.id,
  this.ipAddress,
  this.kind,
  this.ownerDomain,
});