MetagameConfig constructor
MetagameConfig({
- int? currentVersion,
- String? kind,
- List<
PlayerLevel> ? playerLevels,
Implementation
MetagameConfig({this.currentVersion, this.kind, this.playerLevels});