CommunicationResource constructor

CommunicationResource({
  1. required String identity,
  2. required String type,
  3. required String title,
  4. required String subTitle,
  5. required String thumbnailPath,
})

Implementation

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