Activity constructor
Activity({
- ActivityActor? actor,
- String? etag,
- List<
ActivityEvents> ? events, - ActivityId? id,
- String? ipAddress,
- String? kind,
- String? ownerDomain,
Implementation
Activity({
this.actor,
this.etag,
this.events,
this.id,
this.ipAddress,
this.kind,
this.ownerDomain,
});