CreateMatchmakingRuleSetOutput constructor

CreateMatchmakingRuleSetOutput({
  1. required MatchmakingRuleSet ruleSet,
})

Implementation

CreateMatchmakingRuleSetOutput({
  required this.ruleSet,
});