Map<String, dynamic> toJson() { return { 'name': name, 'logoUrl': logoUrl, 'proofCardTitle': proofCardTitle, 'proofCardText': proofCardText, }; }