ListHandshakesForAccountResponse constructor

ListHandshakesForAccountResponse({
  1. List<Handshake>? handshakes,
  2. String? nextToken,
})

Implementation

ListHandshakesForAccountResponse({
  this.handshakes,
  this.nextToken,
});