factory BrickConfig.fromJson( Map json, { required String? configPath, }) { json['config_path'] = configPath; return _$BrickConfigFromJson(json); }