Activity constructor
Activity({
- ActivityActor? actor,
- String? etag,
- List<
ActivityEvents> ? events, - ActivityId? id,
- String? ipAddress,
- bool? isAgenticAction,
- String? kind,
- ActivityNetworkInfo? networkInfo,
- String? ownerDomain,
- List<
ResourceDetails> ? resourceDetails, - 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,
});