RecentCaseCommunications constructor
RecentCaseCommunications({
- List<
Communication> ? communications, - String? nextToken,
Implementation
RecentCaseCommunications({
this.communications,
this.nextToken,
});