DescribeMatchmakingRuleSetsOutput constructor

DescribeMatchmakingRuleSetsOutput({
  1. required List<MatchmakingRuleSet> ruleSets,
  2. String? nextToken,
})

Implementation

DescribeMatchmakingRuleSetsOutput({
  required this.ruleSets,
  this.nextToken,
});