Map<String, dynamic> toMap() => { '@type': 'Organization', 'name': name, if (logoUrl != null) 'logo': {'@type': 'ImageObject', 'url': logoUrl}, };