factory Logo.fromJson(Map<String, dynamic> json) => Logo( text: json["text"], background: json["background"], );