ActivityContentDetailsSocial constructor

ActivityContentDetailsSocial({
  1. String? author,
  2. String? imageUrl,
  3. String? referenceUrl,
  4. ResourceId? resourceId,
  5. String? type,
})

Implementation

ActivityContentDetailsSocial({
  this.author,
  this.imageUrl,
  this.referenceUrl,
  this.resourceId,
  this.type,
});