ListMeetingsResponse constructor

ListMeetingsResponse({
  1. List<Meeting>? meetings,
  2. String? nextToken,
})

Implementation

ListMeetingsResponse({
  this.meetings,
  this.nextToken,
});