factory ShuffleConfig.fromJson(Map<String, dynamic> json) { return ShuffleConfig( seed: json['Seed'] as int, ); }