MatchmakingRuleSet constructor

MatchmakingRuleSet({
  1. required String ruleSetBody,
  2. DateTime? creationTime,
  3. String? ruleSetArn,
  4. String? ruleSetName,
})

Implementation

MatchmakingRuleSet({
  required this.ruleSetBody,
  this.creationTime,
  this.ruleSetArn,
  this.ruleSetName,
});