Activity constructor

Activity({
  1. ActivityActor? actor,
  2. String? etag,
  3. List<ActivityEvents>? events,
  4. ActivityId? id,
  5. String? ipAddress,
  6. bool? isAgenticAction,
  7. String? kind,
  8. ActivityNetworkInfo? networkInfo,
  9. String? ownerDomain,
  10. List<ResourceDetails>? resourceDetails,
  11. ActivityUserDeviceInfo? userDeviceInfo,
})

Implementation

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