Pixels.fromJson(Map<String, dynamic> json) { facebook = json['facebook'] != null ? new Facebook.fromJson(json['facebook']) : null; }