factory Config.fromJson(Map<String, dynamic> json) { return Config(bloc: json['bloc'] as bool?, riverpod: json['riverpod'] as bool?); }