DescribeSessionsResponse constructor

DescribeSessionsResponse({
  1. String? nextToken,
  2. List<Session>? sessions,
})

Implementation

DescribeSessionsResponse({
  this.nextToken,
  this.sessions,
});