RecentCaseCommunications constructor

RecentCaseCommunications({
  1. List<Communication>? communications,
  2. String? nextToken,
})

Implementation

RecentCaseCommunications({
  this.communications,
  this.nextToken,
});