core.Map<core.String, core.dynamic> toJson() => { if (manufacturer != null) 'manufacturer': manufacturer!, if (model != null) 'model': model!, };