MetagameConfig constructor

MetagameConfig({
  1. int? currentVersion,
  2. String? kind,
  3. List<PlayerLevel>? playerLevels,
})

Implementation

MetagameConfig({
  this.currentVersion,
  this.kind,
  this.playerLevels,
});