CommunicationResource constructor
CommunicationResource({})
Implementation
CommunicationResource(
{required this.identity,
required this.type,
required this.title,
required this.subTitle,
required this.thumbnailPath});