ActivityPubObject constructor

ActivityPubObject(
  1. List<ActivityPubObject>? attachment,
  2. String? content,
  3. String? attributedTo
)

Implementation

ActivityPubObject(
  this.attachment,
  this.content,
  this.attributedTo,
);