ActivityContentDetailsSocial constructor
ActivityContentDetailsSocial({
- String? author,
- String? imageUrl,
- String? referenceUrl,
- ResourceId? resourceId,
- String? type,
Implementation
ActivityContentDetailsSocial({
this.author,
this.imageUrl,
this.referenceUrl,
this.resourceId,
this.type,
});