Map<String, dynamic> toJson() => { 'title': title, 'contact': contact?.toJson() ?? {}, 'version': version, };