ListReplaysResponse constructor

ListReplaysResponse({
  1. String? nextToken,
  2. List<Replay>? replays,
})

Implementation

ListReplaysResponse({
  this.nextToken,
  this.replays,
});